1. 01 3月, 2011 1 次提交
  2. 17 10月, 2010 1 次提交
    • H
      dnet: mark methods static and annotate for correct endianness · 35f2516f
      Harvey Harrison 提交于
      Their doesn't appear to be bugs with the endianness handling here, just get the
      annotations right to keep sparse happy.
      
      Suppresses the following sparse warnings:
      drivers/net/dnet.c:30:5: warning: symbol 'dnet_readw_mac' was not declared. Should it be static?
      drivers/net/dnet.c:49:6: warning: symbol 'dnet_writew_mac' was not declared. Should it be static?
      drivers/net/dnet.c:364:5: warning: symbol 'dnet_phy_marvell_fixup' was not declared. Should it be static?
      drivers/net/dnet.c:66:13: warning: incorrect type in assignment (different base types)
      drivers/net/dnet.c:66:13:    expected unsigned short [unsigned] [usertype] tmp
      drivers/net/dnet.c:66:13:    got restricted __be16 [usertype] <noident>
      drivers/net/dnet.c:68:13: warning: incorrect type in assignment (different base types)
      drivers/net/dnet.c:68:13:    expected unsigned short [unsigned] [usertype] tmp
      drivers/net/dnet.c:68:13:    got restricted __be16 [usertype] <noident>
      drivers/net/dnet.c:70:13: warning: incorrect type in assignment (different base types)
      drivers/net/dnet.c:70:13:    expected unsigned short [unsigned] [usertype] tmp
      drivers/net/dnet.c:70:13:    got restricted __be16 [usertype] <noident>
      drivers/net/dnet.c:92:27: warning: cast to restricted __be16
      drivers/net/dnet.c:94:33: warning: cast to restricted __be16
      drivers/net/dnet.c:96:33: warning: cast to restricted __be16
      Signed-off-by: NHarvey Harrison <harvey.harrison@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      35f2516f
  3. 31 7月, 2010 1 次提交
  4. 19 7月, 2010 1 次提交
  5. 10 5月, 2010 1 次提交
  6. 25 3月, 2010 1 次提交
  7. 01 9月, 2009 1 次提交
  8. 06 7月, 2009 1 次提交
  9. 03 4月, 2009 1 次提交
  10. 25 3月, 2009 1 次提交
    • G
      dnet: drivers/net/dnet.c needs <linux/io.h> · 142071b8
      Geert Uytterhoeven 提交于
      On m68k:
      | drivers/net/dnet.c: In function 'dnet_readw_mac':
      | drivers/net/dnet.c:36: error: implicit declaration of function 'writel'
      | drivers/net/dnet.c:43: error: implicit declaration of function 'readl'
      | drivers/net/dnet.c: In function 'dnet_probe':
      | drivers/net/dnet.c:873: error: implicit declaration of function 'ioremap'
      | drivers/net/dnet.c:873: warning: assignment makes pointer from integer without a cast
      | drivers/net/dnet.c:939: error: implicit declaration of function 'iounmap'
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      142071b8
  11. 23 3月, 2009 1 次提交
  12. 20 3月, 2009 1 次提交
  13. 14 3月, 2009 1 次提交
  14. 12 3月, 2009 2 次提交