Browse Source

Staging: benet: patch to remove subdirectories

Here's a patch tp remove the subdirectories in staging/benet (1st item in
staging/benet/TODO).

Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Sathya Perla 16 years ago
parent
commit
7f4252318d

+ 10 - 5
drivers/staging/benet/Makefile

@@ -1,9 +1,14 @@
 #
-# Makefile to build the network driver for ServerEngine's BladeEngine.
+# Makefile to build the network driver for ServerEngine's BladeEngine
 #
-EXTRA_CFLAGS = -I$(src)/hwlib -I$(src)/fw
-
 obj-$(CONFIG_BENET) += benet.o
 
-benet-y :=  be_init.o be_int.o be_netif.o be_ethtool.o \
-	hwlib/funcobj.o hwlib/cq.o hwlib/eq.o hwlib/mpu.o hwlib/eth.o
+benet-y :=  be_init.o \
+			be_int.o \
+			be_netif.o \
+			be_ethtool.o \
+			funcobj.o \
+			cq.o \
+			eq.o \
+			mpu.o \
+			eth.o

+ 0 - 1
drivers/staging/benet/TODO

@@ -1,5 +1,4 @@
 TODO:
-	- remove subdirectories
 	- fix minor checkpatch.pl issues
 	- remove wrappers around common iowrite functions
 	- full netdev audit of common problems/issues

+ 0 - 0
drivers/staging/benet/fw/asyncmesg.h → drivers/staging/benet/asyncmesg.h


+ 0 - 0
drivers/staging/benet/fw/be_cm.h → drivers/staging/benet/be_cm.h


+ 0 - 0
drivers/staging/benet/fw/be_common.h → drivers/staging/benet/be_common.h


+ 0 - 0
drivers/staging/benet/hwlib/bestatus.h → drivers/staging/benet/bestatus.h


+ 0 - 0
drivers/staging/benet/fw/cev.h → drivers/staging/benet/cev.h


+ 0 - 0
drivers/staging/benet/hwlib/cq.c → drivers/staging/benet/cq.c


+ 0 - 0
drivers/staging/benet/fw/descriptors.h → drivers/staging/benet/descriptors.h


+ 0 - 0
drivers/staging/benet/fw/doorbells.h → drivers/staging/benet/doorbells.h


+ 0 - 0
drivers/staging/benet/fw/ep.h → drivers/staging/benet/ep.h


+ 0 - 0
drivers/staging/benet/hwlib/eq.c → drivers/staging/benet/eq.c


+ 0 - 0
drivers/staging/benet/hwlib/eth.c → drivers/staging/benet/eth.c


+ 0 - 0
drivers/staging/benet/fw/etx_context.h → drivers/staging/benet/etx_context.h


+ 0 - 0
drivers/staging/benet/hwlib/funcobj.c → drivers/staging/benet/funcobj.c


+ 0 - 0
drivers/staging/benet/fw/fwcmd_common.h → drivers/staging/benet/fwcmd_common.h


+ 0 - 0
drivers/staging/benet/fw/fwcmd_common_bmap.h → drivers/staging/benet/fwcmd_common_bmap.h


+ 0 - 0
drivers/staging/benet/fw/fwcmd_eth_bmap.h → drivers/staging/benet/fwcmd_eth_bmap.h


+ 0 - 0
drivers/staging/benet/fw/fwcmd_hdr_bmap.h → drivers/staging/benet/fwcmd_hdr_bmap.h


+ 0 - 0
drivers/staging/benet/fw/fwcmd_mcc.h → drivers/staging/benet/fwcmd_mcc.h


+ 0 - 0
drivers/staging/benet/fw/fwcmd_opcodes.h → drivers/staging/benet/fwcmd_opcodes.h


+ 0 - 0
drivers/staging/benet/fw/fwcmd_types_bmap.h → drivers/staging/benet/fwcmd_types_bmap.h


+ 0 - 0
drivers/staging/benet/fw/host_struct.h → drivers/staging/benet/host_struct.h


+ 0 - 0
drivers/staging/benet/hwlib/hwlib.h → drivers/staging/benet/hwlib.h


+ 0 - 0
drivers/staging/benet/hwlib/mpu.c → drivers/staging/benet/mpu.c


+ 0 - 0
drivers/staging/benet/fw/mpu.h → drivers/staging/benet/mpu.h


+ 0 - 0
drivers/staging/benet/fw/mpu_context.h → drivers/staging/benet/mpu_context.h


+ 0 - 0
drivers/staging/benet/fw/pcicfg.h → drivers/staging/benet/pcicfg.h


+ 0 - 0
drivers/staging/benet/fw/post_codes.h → drivers/staging/benet/post_codes.h


+ 0 - 0
drivers/staging/benet/fw/regmap.h → drivers/staging/benet/regmap.h