29 Mar, 2012
1 commit
-
Remove all #inclusions of asm/system.h preparatory to splitting and killing
it. Performed with the following command:perl -p -i -e 's!^#\s*include\s*.*\n!!' `grep -Irl '^#\s*include\s*' *`
Signed-off-by: David Howells
01 Feb, 2012
1 commit
-
alloc_etherdev has a generic OOM/unable to alloc message.
Remove the duplicative messages after alloc_etherdev calls.Signed-off-by: Joe Perches
Signed-off-by: David S. Miller
27 Aug, 2011
1 commit
-
Move the Parallel Line Internet Protocol (PLIP) driver into
drivers/net/plip/ and make the necessary Kconfig and Makefile changes.CC: Niibe Yutaka
Signed-off-by: Jeff Kirsher
Acked-by: Alan Cox