|
@@ -20,10 +20,11 @@
|
|
|
#if defined(CONFIG_USB_ISP1362_HCD) || defined(CONFIG_USB_ISP1362_HCD_MODULE)
|
|
|
#include <linux/usb/isp1362.h>
|
|
|
#endif
|
|
|
+#include <linux/i2c.h>
|
|
|
+#include <linux/i2c/adp5588.h>
|
|
|
#include <linux/ata_platform.h>
|
|
|
#include <linux/irq.h>
|
|
|
#include <linux/interrupt.h>
|
|
|
-#include <linux/i2c.h>
|
|
|
#include <linux/usb/sl811.h>
|
|
|
#include <linux/spi/mmc_spi.h>
|
|
|
#include <linux/leds.h>
|
|
@@ -1335,7 +1336,6 @@ static struct platform_device i2c_bfin_twi_device = {
|
|
|
#endif
|
|
|
|
|
|
#if defined(CONFIG_KEYBOARD_ADP5588) || defined(CONFIG_KEYBOARD_ADP5588_MODULE)
|
|
|
-#include <linux/i2c/adp5588.h>
|
|
|
static const unsigned short adp5588_keymap[ADP5588_KEYMAPSIZE] = {
|
|
|
[0] = KEY_GRAVE,
|
|
|
[1] = KEY_1,
|
|
@@ -1532,7 +1532,6 @@ static struct adp5520_platform_data adp5520_pdev_data = {
|
|
|
#endif
|
|
|
|
|
|
#if defined(CONFIG_GPIO_ADP5588) || defined(CONFIG_GPIO_ADP5588_MODULE)
|
|
|
-#include <linux/i2c/adp5588.h>
|
|
|
static struct adp5588_gpio_platform_data adp5588_gpio_data = {
|
|
|
.gpio_start = 50,
|
|
|
.pullup_dis_mask = 0,
|