From 7b2d5fb19e905930ae5786bcdbf1ad57f857b00b Mon Sep 17 00:00:00 2001 From: Frank Li Date: Wed, 20 Jul 2011 18:42:58 +0800 Subject: [PATCH] ENGR00139238-1 include: add p1003_ts_platform_data to fsl_device.h Add p1003_ts_platform_data to fsl_device.h Signed-off-by: Frank Li --- include/linux/fsl_devices.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 844dbc83624c..4309a70a87a1 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -321,6 +321,10 @@ struct mxc_spdif_platform_data { struct clk *spdif_audio_clk; }; +struct p1003_ts_platform_data { + int (*hw_status) (void); +}; + /* Returns non-zero if the current suspend operation would * lead to a deep sleep (i.e. power removed from the core, * instead of just the clock). -- 2.39.2