]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/pcmcia/m8xx_pcmcia.c
[POWERPC] PS3: Update ps3_defconfig
[mv-sheeva.git] / drivers / pcmcia / m8xx_pcmcia.c
index 3c45142c40b2f0f8421cf488440ada36dd3b67f2..d182760f035b1e7f8fed9d516ec4d02bdf9baa0b 100644 (file)
@@ -48,9 +48,9 @@
 #include <linux/delay.h>
 #include <linux/interrupt.h>
 #include <linux/fsl_devices.h>
+#include <linux/bitops.h>
 
 #include <asm/io.h>
-#include <asm/bitops.h>
 #include <asm/system.h>
 #include <asm/time.h>
 #include <asm/mpc8xx.h>
@@ -1316,7 +1316,7 @@ static struct of_device_id m8xx_pcmcia_match[] = {
 MODULE_DEVICE_TABLE(of, m8xx_pcmcia_match);
 
 static struct of_platform_driver m8xx_pcmcia_driver = {
-       .name = (char *)driver_name,
+       .name = driver_name,
        .match_table = m8xx_pcmcia_match,
        .probe = m8xx_probe,
        .remove = m8xx_remove,