From f12ce1ef3e8a4191b4522d57c922326f75a91043 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 31 Jan 2010 01:29:54 +0000 Subject: fix some compile warnings with 2.6.32 SVN-Revision: 19435 --- target/linux/ixp4xx/patches-2.6.32/300-avila_fetch_mac.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ixp4xx/patches-2.6.32/300-avila_fetch_mac.patch') diff --git a/target/linux/ixp4xx/patches-2.6.32/300-avila_fetch_mac.patch b/target/linux/ixp4xx/patches-2.6.32/300-avila_fetch_mac.patch index ca8cae12ca..c298834275 100644 --- a/target/linux/ixp4xx/patches-2.6.32/300-avila_fetch_mac.patch +++ b/target/linux/ixp4xx/patches-2.6.32/300-avila_fetch_mac.patch @@ -159,7 +159,7 @@ + +static struct memory_accessor *at24_mem_acc; + -+static int at24_setup(struct memory_accessor *mem_acc, void *context) ++static void at24_setup(struct memory_accessor *mem_acc, void *context) +{ + char mac_addr[ETH_ALEN]; + char model[6]; @@ -170,6 +170,7 @@ + if (at24_mem_acc->read(at24_mem_acc, mac_addr, 0x0, 6) == 6) { + memcpy(&avila_npeb_data.hwaddr, mac_addr, ETH_ALEN); + } ++ + if (at24_mem_acc->read(at24_mem_acc, mac_addr, 0x6, 6) == 6) { + memcpy(&avila_npec_data.hwaddr, mac_addr, ETH_ALEN); + } @@ -179,7 +180,6 @@ + avila_info = avila_find_board_info(model); + } + -+ return 0; +} + +static struct at24_platform_data avila_eeprom_info = { -- cgit v1.2.3