Blackfin arch: Cleanup no functional changes
authorMichael Hennerich <michael.hennerich@analog.com>
Tue, 20 May 2008 08:42:39 +0000 (16:42 +0800)
committerBryan Wu <cooloney@kernel.org>
Tue, 20 May 2008 08:42:39 +0000 (16:42 +0800)
Singed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/kernel/gptimers.c
arch/blackfin/mach-bf548/boards/cm_bf548.c

index e698554..3a3e961 100644 (file)
@@ -10,8 +10,8 @@
 
 #include <linux/kernel.h>
 #include <linux/module.h>
+#include <linux/io.h>
 
-#include <asm/io.h>
 #include <asm/blackfin.h>
 #include <asm/gptimers.h>
 
index 3b74f96..4f4ae87 100644 (file)
@@ -684,7 +684,7 @@ static struct platform_device *cm_bf548_devices[] __initdata = {
 
 static int __init cm_bf548_init(void)
 {
-       printk(KERN_INFO "%s(): registering device resources\n", __FUNCTION__);
+       printk(KERN_INFO "%s(): registering device resources\n", __func__);
        platform_add_devices(cm_bf548_devices, ARRAY_SIZE(cm_bf548_devices));
 
 #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE)