]> asedeno.scripts.mit.edu Git - linux.git/commit
misc: eeprom_93xx46: Include <linux/gpio/consumer.h>
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 20 Jul 2017 02:35:29 +0000 (23:35 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 14:55:47 +0000 (16:55 +0200)
commite0552573575ef43daaee5b1a139952d6127f088c
tree5df31a5c25e4adf4f2af74b8cd3cbd1ec7ed16ee
parent54ec602370c4c818a9e9d8c4ef2a68ff8126997c
misc: eeprom_93xx46: Include <linux/gpio/consumer.h>

eeprom_93xx46_platform_data struct has a 'struct gpio_desc'
type member, so it is better to include <linux/gpio/consumer.h>,
which provides 'struct gpio_desc' type.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/eeprom_93xx46.h