summaryrefslogtreecommitdiff
path: root/drivers/bcma/driver_chipcommon_sflash.c
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2013-01-30 08:46:53 +0100
committerJohn W. Linville <linville@tuxdriver.com>2013-02-01 14:27:21 -0500
commit58b27101e16f2a24e901dd9e67c2ab6e5707d6a3 (patch)
treec5534ed12023b2966564fda64c9a18c94a60e56e /drivers/bcma/driver_chipcommon_sflash.c
parent0255beda59d3b46c06429699d139ad683b33e5f1 (diff)
bcma: Xflash: reorder includes to make pr_fmt work
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/driver_chipcommon_sflash.c')
-rw-r--r--drivers/bcma/driver_chipcommon_sflash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bcma/driver_chipcommon_sflash.c b/drivers/bcma/driver_chipcommon_sflash.c
index 1e694db4532d..e6ed4fe5dced 100644
--- a/drivers/bcma/driver_chipcommon_sflash.c
+++ b/drivers/bcma/driver_chipcommon_sflash.c
@@ -5,11 +5,11 @@
* Licensed under the GNU/GPL. See COPYING for details.
*/
+#include "bcma_private.h"
+
#include <linux/platform_device.h>
#include <linux/bcma/bcma.h>
-#include "bcma_private.h"
-
static struct resource bcma_sflash_resource = {
.name = "bcma_sflash",
.start = BCMA_SOC_FLASH2,