History log of /drivers/net/ethernet/toshiba/spider_net.h
Revision Date Author Comments
3e0dd1f4722f8e0c10a47b9bbb26e891e79fef60 23-Sep-2013 Joe Perches <joe@perches.com> toshiba: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources. Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler. Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
2bb698412d8aab0bfc3f269f5ebe8eb67d7cc8f4 15-Aug-2011 David S. Miller <davem@davemloft.net> net: Move sungem_phy.h under include/linux

Fixes build failures of the spider_net driver because it tries
to use a convoluted path to include this header.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
8df158ac36fa0937f51c372f0c2d0ad1b86ebe4c 30-Jul-2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> toshiba: Move the Toshiba drivers

Move the Toshiba ethernet drivers into drivers/net/ethernet/toshiba
and make the necessary Kconfig and Makefile changes.

CC: Geoff Levand <geoff@infradead.org>
CC: Jens Osterkamp <Jens.Osterkamp@de.ibm.com>
CC: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>