Commit 58b27101 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John W. Linville

bcma: Xflash: reorder includes to make pr_fmt work

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0255beda
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
* Licensed under the GNU/GPL. See COPYING for details. * Licensed under the GNU/GPL. See COPYING for details.
*/ */
#include "bcma_private.h"
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/bcma/bcma.h> #include <linux/bcma/bcma.h>
#include "bcma_private.h"
struct platform_device bcma_nflash_dev = { struct platform_device bcma_nflash_dev = {
.name = "bcma_nflash", .name = "bcma_nflash",
.num_resources = 0, .num_resources = 0,
......
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
* Licensed under the GNU/GPL. See COPYING for details. * Licensed under the GNU/GPL. See COPYING for details.
*/ */
#include "bcma_private.h"
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/bcma/bcma.h> #include <linux/bcma/bcma.h>
#include "bcma_private.h"
static struct resource bcma_sflash_resource = { static struct resource bcma_sflash_resource = {
.name = "bcma_sflash", .name = "bcma_sflash",
.start = BCMA_SOC_FLASH2, .start = BCMA_SOC_FLASH2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment