[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <49955945.2080809@in.ibm.com>
Date: Fri, 13 Feb 2009 16:58:05 +0530
From: "Sachin P. Sant" <sachinp@...ibm.com>
To: schwidefsky@...ibm.com
CC: linux-kernel <linux-kernel@...r.kernel.org>,
linux-s390@...r.kernel.org, heiko.carstens@...ibm.com,
Mel Gorman <mel@....ul.ie>,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org
Subject: [Patch] [S390] Fix appldata build break with !NET
With CONFIG_NET not set appldata build breaks on s390.
arch/s390/appldata/built-in.o: In function appldata_get_net_sum_data:
appldata_net_sum.c:(.text+0x2684): undefined reference to dev_get_stats
appldata_net_sum.c:(.text+0x2688): undefined reference to init_net
appldata_net_sum.c:(.text+0x268c): undefined reference to init_net
appldata_net_sum.c:(.text+0x2694): undefined reference to dev_base_lock
The following patch fixes the issue for me.
Signed-off-by : Sachin Sant <sachinp@...ibm.com>
----
View attachment "fix-appldata-net-build-break.patch" of type "text/x-patch" (603 bytes)
Powered by blists - more mailing lists