aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-01-31 01:29:54 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-01-31 01:29:54 +0000
commitf12ce1ef3e8a4191b4522d57c922326f75a91043 (patch)
tree78dc585dbb7367c9faed9ffba8ef02b99d09a97d /target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch
parent882284f5fb8ae7487704622a0bbdbb4587f6d5f6 (diff)
downloadupstream-f12ce1ef3e8a4191b4522d57c922326f75a91043.tar.gz
upstream-f12ce1ef3e8a4191b4522d57c922326f75a91043.tar.bz2
upstream-f12ce1ef3e8a4191b4522d57c922326f75a91043.zip
fix some compile warnings with 2.6.32
SVN-Revision: 19435
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch b/target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch
index f59792a530..6370c99835 100644
--- a/target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch
+++ b/target/linux/ixp4xx/patches-2.6.32/180-tw5334_support.patch
@@ -149,7 +149,6 @@
+
+static void __init tw5334_init(void)
+{
-+ DECLARE_MAC_BUF(mac_buf);
+ uint8_t __iomem *f;
+ int i;
+
@@ -180,10 +179,11 @@
+#endif
+ iounmap(f);
+ }
-+ printk(KERN_INFO "TW-533-4: Using MAC address %s for port 0\n",
-+ print_mac(mac_buf, tw5334_plat_eth[0].hwaddr));
-+ printk(KERN_INFO "TW-533-4: Using MAC address %s for port 1\n",
-+ print_mac(mac_buf, tw5334_plat_eth[1].hwaddr));
++
++ printk(KERN_INFO "TW-533-4: Using MAC address %pM for port 0\n",
++ tw5334_plat_eth[0].hwaddr);
++ printk(KERN_INFO "TW-533-4: Using MAC address %pM for port 1\n",
++ tw5334_plat_eth[1].hwaddr);
+}
+
+#ifdef CONFIG_MACH_TW5334