1. 19 2月, 2008 2 次提交
  2. 14 2月, 2008 3 次提交
    • A
      [POWERPC] hvc_rtas_init() must be __init · 1407b3d1
      Adrian Bunk 提交于
      This fixes the following section mismatch:
      
      <--  snip  -->
      
      ...
      WARNING: vmlinux.o(.text+0x2fbca8): Section mismatch in reference from the function .hvc_rtas_init() to the function .devinit.text:.hvc_alloc()
      ...
      
      <--  snip  -->
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      1407b3d1
    • P
      pcmcia: ipwireless depends on NETDEVICES · 9170d2f6
      Paul Mundt 提交于
      ipwireless (added by 099dc4fb) is clearly
      a net device:
      
      drivers/built-in.o: In function `ipwireless_ppp_start_xmit':
      /home/pmundt/devel/git/sh-2.6.25/drivers/char/pcmcia/ipwireless/network.c:165: undefined reference to `skb_under_panic'
      /home/pmundt/devel/git/sh-2.6.25/drivers/char/pcmcia/ipwireless/network.c:165: undefined reference to `kfree_skb'
      drivers/built-in.o: In function `ipwireless_network_packet_received':
      /home/pmundt/devel/git/sh-2.6.25/drivers/char/pcmcia/ipwireless/network.c:377: undefined reference to `__alloc_skb'
      /home/pmundt/devel/git/sh-2.6.25/drivers/char/pcmcia/ipwireless/network.c:377: undefined reference to `skb_over_panic'
      drivers/built-in.o: In function `ppp_shutdown_interface':
      /home/pmundt/devel/git/sh-2.6.25/drivers/net/ppp_generic.c:2517: undefined reference to `unregister_netdev'
      /home/pmundt/devel/git/sh-2.6.25/drivers/net/ppp_generic.c:2517: undefined reference to `free_netdev'
      [ ... and many more ... ]
      
      select strikes again. ipwireless selects PPP which in turn tries to select
      SLHC, both of which are technically "protected" by an if NETDEVICES
      in drivers/net/Kconfig. This leads to .config hilarity, with net suddenly
      ending up in the SCSI menu:
      
      	#
      	# SCSI device support
      	#
      	# CONFIG_SCSI_DMA is not set
      	# CONFIG_SCSI_NETLINK is not set
      	CONFIG_PPP=y
      	# CONFIG_PHONE is not set
      
      Curiously the SLHC select from PPP doesn't seem to happen, as there's no
      CONFIG_SLHC=y (only CONFIG_PPP=y gets set) -- Kconfig bug? Caught with a
      randconfig.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      Acked-by: NJiri Kosina <jkosina@suse.cz>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      9170d2f6
    • H
      Final removal of FASTCALL()/fastcall · 21534301
      Harvey Harrison 提交于
      All users are gone, remove definitions and comments referring
      to them.
      Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
      Acked-by: NDavid Howells <dhowells@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      21534301
  3. 09 2月, 2008 10 次提交
  4. 08 2月, 2008 25 次提交