From 4b5f13c7b8a277ff1572984fd020bd828f2cceb7 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 2 Aug 2012 19:51:14 +0530 Subject: mfd: tps65090: remove unused platform data The tps65090 have platform data for subdevs which is not used any more. Removing this from platform data. Change-Id: I913b3d5d560f32f6f82ac1b9d933828061339b6d Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/120839 Reviewed-by: Automatic_Commit_Validation_User --- include/linux/mfd/tps65090.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/linux/mfd/tps65090.h b/include/linux/mfd/tps65090.h index df4cf8164aec..e6046764d17f 100644 --- a/include/linux/mfd/tps65090.h +++ b/include/linux/mfd/tps65090.h @@ -22,16 +22,8 @@ #ifndef __LINUX_MFD_TPS65090_H #define __LINUX_MFD_TPS65090_H -struct tps65090_subdev_info { - int id; - const char *name; - void *platform_data; -}; - struct tps65090_platform_data { int irq_base; - int num_subdevs; - struct tps65090_subdev_info *subdevs; struct tps65090_regulator_platform_data **reg_pdata; int num_reg_pdata; }; -- cgit v1.2.3