From df0c7235850c9ce996acd3a513dd9ef35dcc5004 Mon Sep 17 00:00:00 2001 From: merge Date: Thu, 8 Jan 2009 18:50:16 +0000 Subject: MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-this-patch-adds-platform_data-1231440460 pending-tracking-hist top was MERGE-via-stable-tracking-this-patch-adds-platform_data-1231440460 / fd9d8bd6cece9c29a1b018bdcbf92505253f7db2 ... parent commitmessage: From: merge MERGE-via-stable-tracking-hist-this-patch-adds-platform_data- stable-tracking-hist top was this-patch-adds-platform_data- / a0a705b1c61ac32b6eacb2d96d2483510428a50d ... parent commitmessage: From: Matt Hsu This patch adds platform_data and callback of suspend/resume Signed-off-by: Matt Hsu --- include/linux/lp5521.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/linux/lp5521.h (limited to 'include/linux') diff --git a/include/linux/lp5521.h b/include/linux/lp5521.h new file mode 100644 index 00000000000..4515a02564c --- /dev/null +++ b/include/linux/lp5521.h @@ -0,0 +1,10 @@ +#ifndef _LINUX_LP5521_H_ +#define _LINUX_LP5521_H_ + +struct lp5521_platform_data { + + /* chip enable */ + void (*ext_enable)(int level); +}; + +#endif /* LINUX_LP5521_H */ -- cgit v1.2.3