From 2d5bde28717a95bba21abc0a87f664cbf2757c8b Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Mon, 8 Oct 2012 19:42:11 -0500 Subject: [PATCH] --- yaml --- r: 334474 b: refs/heads/master c: 24fb530f990394915e8daceeca2a4a4e929e156f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/of/platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 63341d08aafe..4a1702ec1717 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2e4151821dc4d1db414de287f6e3503c1718815 +refs/heads/master: 24fb530f990394915e8daceeca2a4a4e929e156f diff --git a/trunk/drivers/of/platform.c b/trunk/drivers/of/platform.c index 9bdeaf30b17d..b80891b43816 100644 --- a/trunk/drivers/of/platform.c +++ b/trunk/drivers/of/platform.c @@ -76,7 +76,7 @@ void of_device_make_bus_id(struct device *dev) { static atomic_t bus_no_reg_magic; struct device_node *node = dev->of_node; - const u32 *reg; + const __be32 *reg; u64 addr; const __be32 *addrp; int magic;