commit | d48393415bb5efe2378092f0e724beb1d3da51f9 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Mon Oct 16 17:18:41 2017 +0200 |
committer | Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> | Tue Jun 12 13:09:24 2018 +0100 |
tree | 1a09efa99cd70ad9657927f9d9e55d255beb55f6 | |
parent | 94daa87089e15bb45042386e2c7a62a80c75177e [diff] |
usb: gadget: make config_item_type structures const Make these structures const as they are only passed to the const argument of the functions config_{group/item}_init_type_name. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de>