diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-13 08:43:49 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 03:40:44 -0700 |
commit | 8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e (patch) | |
tree | 19886abfa361eebc0113143263e593909b88b259 /MAINTAINERS | |
parent | 4c78893b3d107e2a053c8f51c526510857c09858 (diff) | |
download | linux-8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e.tar.gz linux-8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e.tar.bz2 linux-8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e.zip |
sis*: Move the Silicon Integrated Systems (SiS) drivers
Move the SiS drivers into drivers/net/ethernet/sis/ and make the
necessary Kconfig and Makefile changes
CC: Daniele Venzano <venza@brownhat.org>
CC: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 84948bd44b84..96a2d4732e3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5820,14 +5820,14 @@ SIS 190 ETHERNET DRIVER M: Francois Romieu <romieu@fr.zoreil.com> L: netdev@vger.kernel.org S: Maintained -F: drivers/net/sis190.c +F: drivers/net/ethernet/sis/sis190.c SIS 900/7016 FAST ETHERNET DRIVER M: Daniele Venzano <venza@brownhat.org> W: http://www.brownhat.org/sis900.html L: netdev@vger.kernel.org S: Maintained -F: drivers/net/sis900.* +F: drivers/net/ethernet/sis/sis900.* SIS 96X I2C/SMBUS DRIVER M: "Mark M. Hoffman" <mhoffman@lightlink.com> |