diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-01-30 02:46:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-02-01 14:27:21 -0500 |
commit | 58b27101e16f2a24e901dd9e67c2ab6e5707d6a3 (patch) | |
tree | c5534ed12023b2966564fda64c9a18c94a60e56e | |
parent | 0255beda59d3b46c06429699d139ad683b33e5f1 (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>
-rw-r--r-- | drivers/bcma/driver_chipcommon_nflash.c | 4 | ||||
-rw-r--r-- | drivers/bcma/driver_chipcommon_sflash.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/bcma/driver_chipcommon_nflash.c b/drivers/bcma/driver_chipcommon_nflash.c index dbda91e4dff5..19fafcf78840 100644 --- a/drivers/bcma/driver_chipcommon_nflash.c +++ b/drivers/bcma/driver_chipcommon_nflash.c | |||
@@ -5,11 +5,11 @@ | |||
5 | * Licensed under the GNU/GPL. See COPYING for details. | 5 | * Licensed under the GNU/GPL. See COPYING for details. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "bcma_private.h" | ||
9 | |||
8 | #include <linux/platform_device.h> | 10 | #include <linux/platform_device.h> |
9 | #include <linux/bcma/bcma.h> | 11 | #include <linux/bcma/bcma.h> |
10 | 12 | ||
11 | #include "bcma_private.h" | ||
12 | |||
13 | struct platform_device bcma_nflash_dev = { | 13 | struct platform_device bcma_nflash_dev = { |
14 | .name = "bcma_nflash", | 14 | .name = "bcma_nflash", |
15 | .num_resources = 0, | 15 | .num_resources = 0, |
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 @@ | |||
5 | * Licensed under the GNU/GPL. See COPYING for details. | 5 | * Licensed under the GNU/GPL. See COPYING for details. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "bcma_private.h" | ||
9 | |||
8 | #include <linux/platform_device.h> | 10 | #include <linux/platform_device.h> |
9 | #include <linux/bcma/bcma.h> | 11 | #include <linux/bcma/bcma.h> |
10 | 12 | ||
11 | #include "bcma_private.h" | ||
12 | |||
13 | static struct resource bcma_sflash_resource = { | 13 | static struct resource bcma_sflash_resource = { |
14 | .name = "bcma_sflash", | 14 | .name = "bcma_sflash", |
15 | .start = BCMA_SOC_FLASH2, | 15 | .start = BCMA_SOC_FLASH2, |