diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/hp/sim/simeth.c | 2 | ||||
-rw-r--r-- | arch/s390/defconfig | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/arch/ia64/hp/sim/simeth.c b/arch/ia64/hp/sim/simeth.c index 969fe9f443c4..3d47839a0c48 100644 --- a/arch/ia64/hp/sim/simeth.c +++ b/arch/ia64/hp/sim/simeth.c | |||
@@ -294,7 +294,7 @@ simeth_device_event(struct notifier_block *this,unsigned long event, void *ptr) | |||
294 | return NOTIFY_DONE; | 294 | return NOTIFY_DONE; |
295 | } | 295 | } |
296 | 296 | ||
297 | if (dev->nd_net != &init_net) | 297 | if (dev_net(dev) != &init_net) |
298 | return NOTIFY_DONE; | 298 | return NOTIFY_DONE; |
299 | 299 | ||
300 | if ( event != NETDEV_UP && event != NETDEV_DOWN ) return NOTIFY_DONE; | 300 | if ( event != NETDEV_UP && event != NETDEV_DOWN ) return NOTIFY_DONE; |
diff --git a/arch/s390/defconfig b/arch/s390/defconfig index 62f6b5a606dd..cb93bf20bd75 100644 --- a/arch/s390/defconfig +++ b/arch/s390/defconfig | |||
@@ -537,11 +537,9 @@ CONFIG_CTC=m | |||
537 | # CONFIG_SMSGIUCV is not set | 537 | # CONFIG_SMSGIUCV is not set |
538 | # CONFIG_CLAW is not set | 538 | # CONFIG_CLAW is not set |
539 | CONFIG_QETH=y | 539 | CONFIG_QETH=y |
540 | 540 | CONFIG_QETH_L2=y | |
541 | # | 541 | CONFIG_QETH_L3=y |
542 | # Gigabit Ethernet default settings | 542 | CONFIG_QETH_IPV6=y |
543 | # | ||
544 | # CONFIG_QETH_IPV6 is not set | ||
545 | CONFIG_CCWGROUP=y | 543 | CONFIG_CCWGROUP=y |
546 | # CONFIG_PPP is not set | 544 | # CONFIG_PPP is not set |
547 | # CONFIG_SLIP is not set | 545 | # CONFIG_SLIP is not set |