aboutsummaryrefslogtreecommitdiff
path: root/include/linux/jbt6k74.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/jbt6k74.h')
-rw-r--r--include/linux/jbt6k74.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/jbt6k74.h b/include/linux/jbt6k74.h
index 50e39347c20..1023eac429d 100644
--- a/include/linux/jbt6k74.h
+++ b/include/linux/jbt6k74.h
@@ -2,10 +2,13 @@
#define __JBT6K74_H__
#include <linux/spi/spi.h>
+#include <linux/device.h>
+
struct jbt6k74_platform_data {
void (*reset)(int devindex, int level);
void (*resuming)(int devindex); /* called when LCM is resumed */
+ void (*probe_completed)(struct device *dev);
};
#endif