summaryrefslogtreecommitdiff
path: root/drivers/staging/dream/gpio_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/dream/gpio_event.c')
-rw-r--r--drivers/staging/dream/gpio_event.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/dream/gpio_event.c b/drivers/staging/dream/gpio_event.c
index 8b64c1e579ba..e60e2c0db9c0 100644
--- a/drivers/staging/dream/gpio_event.c
+++ b/drivers/staging/dream/gpio_event.c
@@ -13,7 +13,7 @@
*
*/
-#include <linux/earlysuspend.h>
+
#include <linux/module.h>
#include <linux/input.h>
#include <linux/gpio_event.h>
@@ -23,7 +23,6 @@
struct gpio_event {
struct input_dev *input_dev;
const struct gpio_event_platform_data *info;
- struct early_suspend early_suspend;
void *state[0];
};