diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-01-25 05:37:26 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-30 15:06:46 -0500 |
commit | 73e4dbe4ca9d5573f84818964276668b42177de2 (patch) | |
tree | 141424d4f478095da01e4417a82ec9b4c9457303 /drivers/bcma/bcma_private.h | |
parent | c7a4a9e3880cc8cdc1f2958796e517d9d96ff7e0 (diff) |
bcma: register platform device for parallel flash
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index d35294e81d15..16c1dddfda00 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h | |||
@@ -47,6 +47,7 @@ int bcma_sprom_get(struct bcma_bus *bus); | |||
47 | /* driver_chipcommon.c */ | 47 | /* driver_chipcommon.c */ |
48 | #ifdef CONFIG_BCMA_DRIVER_MIPS | 48 | #ifdef CONFIG_BCMA_DRIVER_MIPS |
49 | void bcma_chipco_serial_init(struct bcma_drv_cc *cc); | 49 | void bcma_chipco_serial_init(struct bcma_drv_cc *cc); |
50 | extern struct platform_device bcma_pflash_dev; | ||
50 | #endif /* CONFIG_BCMA_DRIVER_MIPS */ | 51 | #endif /* CONFIG_BCMA_DRIVER_MIPS */ |
51 | 52 | ||
52 | /* driver_chipcommon_pmu.c */ | 53 | /* driver_chipcommon_pmu.c */ |