]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
skip empty functions, error in some shells
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Nov 2011 14:03:41 +0000 (14:03 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Nov 2011 14:03:41 +0000 (14:03 +0000)
svn-id: @12415

mod-sata.sh
mod-usbkbd.sh

index c77aed959af3280f3983233845114e216adf61a4..949c8a6d19c1851b3a30043f8a19f9060d841b9f 100644 (file)
@@ -3,11 +3,6 @@ SATA_RCSID='$Revision$ $Date::                            $'
 
 # geninitrd mod: sata
 
-# setup geninitrd module
-# @access      public
-setup_mod_sata() {
-}
-
 find_modules_sata() {
        debug "Finding SATA modules (class=0x0106)"
 
index e259028d4ca9f39cae606d2c54b07bb0d64cddb7..afd1e06e1cef76222d909cf8933bd59cfd3a82dd 100644 (file)
@@ -3,11 +3,6 @@ USBKBD_RCSID='$Revision$ $Date::                            $'
 
 # geninitrd mod: usbkbd
 
-# setup geninitrd module
-# @access      public
-setup_mod_usbkbd() {
-}
-
 find_modules_usbkbd() {
        debug "Finding USB keyboard modules"
 
This page took 0.037448 seconds and 4 git commands to generate.