aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorSachin Sant <sachinp@in.ibm.com>2009-03-26 10:24:00 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-03-26 10:24:10 -0400
commit70193af9188113c9b4ff3dde1aed9f9c8f7c4f93 (patch)
tree80081092406f7f41c0138558a70d59a7d5d799dd /arch/s390
parentcc54c1e66e4b90ab657464fec30e6970636ee23d (diff)
[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@in.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 6b0a3538dc6..3f470604a89 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -521,7 +521,7 @@ config APPLDATA_OS
521 521
522config APPLDATA_NET_SUM 522config APPLDATA_NET_SUM
523 tristate "Monitor overall network statistics" 523 tristate "Monitor overall network statistics"
524 depends on APPLDATA_BASE 524 depends on APPLDATA_BASE && NET
525 help 525 help
526 This provides network related data to the Linux - VM Monitor Stream, 526 This provides network related data to the Linux - VM Monitor Stream,
527 currently there is only a total sum of network I/O statistics, no 527 currently there is only a total sum of network I/O statistics, no