ACPI: configfs: make config_item_type const
authorBhumika Goyal <bhumirks@gmail.com>
Mon, 16 Oct 2017 15:18:48 +0000 (17:18 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 14:15:29 +0000 (16:15 +0200)
commitc1e950842f8a212a1811d4148a100d84b18037e4
tree4c0f2b18b6c196b962b3b8a1f07ddb4b17acb258
parent66603a31f8969353654e092f6b286a653ac71e71
ACPI: configfs: make config_item_type const

Make these structures const as they are either passed to the functions
having the argument as const or stored as a reference in the "ci_type"
const field of a config_item structure.

Done using Coccienlle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/acpi/acpi_configfs.c