From f21ed94daa73a203b5c537c18cf8d0ecfd320f5c Mon Sep 17 00:00:00 2001 From: Dmitry Tarnyagin Date: Thu, 26 May 2011 14:50:06 +0200 Subject: cw1200: Remove link to platform_device from platform_data. Pointer to platform_device was added to the cw1200 platform_data in the regulator support commit. It is not needed and breaks design: cw1200 platform_devce should not be exposed to the cw1200 driver. Signed-off-by: Dmitry Tarnyagin Change-Id: Ic880da9e4bc7ee4d3cfd759bf201c6f850509142 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25140 Reviewed-by: Robert MARKLUND Reviewed-by: Philippe LANGLAIS --- drivers/staging/cw1200/cw1200_plat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/cw1200/cw1200_plat.h') diff --git a/drivers/staging/cw1200/cw1200_plat.h b/drivers/staging/cw1200/cw1200_plat.h index 573bc06ac7f..ed354de0edf 100644 --- a/drivers/staging/cw1200/cw1200_plat.h +++ b/drivers/staging/cw1200/cw1200_plat.h @@ -8,7 +8,6 @@ #include struct cw1200_platform_data { - struct platform_device *device; const char *mmc_id; const struct resource *irq; const struct resource *reset; -- cgit v1.2.3