diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-01-25 11:37:26 +0100 |
---|---|---|
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) | |
download | blackbird-obmc-linux-73e4dbe4ca9d5573f84818964276668b42177de2.tar.gz blackbird-obmc-linux-73e4dbe4ca9d5573f84818964276668b42177de2.zip |
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); /* driver_chipcommon.c */ #ifdef CONFIG_BCMA_DRIVER_MIPS void bcma_chipco_serial_init(struct bcma_drv_cc *cc); +extern struct platform_device bcma_pflash_dev; #endif /* CONFIG_BCMA_DRIVER_MIPS */ /* driver_chipcommon_pmu.c */ |