]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mfd/t7l66xb.c
mfd: Storage class should be before const qualifier
[linux-2.6-omap-h63xx.git] / drivers / mfd / t7l66xb.c
index 9f7024c0f8ec284843cd70deeefedf51babf84c4..e9f4323dd2cb4ea67e6263ec75059b3c5604cc85 100644 (file)
@@ -108,7 +108,7 @@ static int t7l66xb_mmc_disable(struct platform_device *mmc)
 
 /*--------------------------------------------------------------------------*/
 
-const static struct resource t7l66xb_mmc_resources[] = {
+static const struct resource t7l66xb_mmc_resources[] = {
        {
                .start = 0x800,
                .end    = 0x9ff,
@@ -126,7 +126,7 @@ const static struct resource t7l66xb_mmc_resources[] = {
        },
 };
 
-const static struct resource t7l66xb_nand_resources[] = {
+static const struct resource t7l66xb_nand_resources[] = {
        {
                .start  = 0xc00,
                .end    = 0xc07,