Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0552573 authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman
Browse files

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54ec6023
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -2,8 +2,7 @@
 * Module: eeprom_93xx46
 * Module: eeprom_93xx46
 * platform description for 93xx46 EEPROMs.
 * platform description for 93xx46 EEPROMs.
 */
 */

#include <linux/gpio/consumer.h>
struct gpio_desc;


struct eeprom_93xx46_platform_data {
struct eeprom_93xx46_platform_data {
	unsigned char	flags;
	unsigned char	flags;