1. 12 12月, 2009 13 次提交
  2. 10 12月, 2009 1 次提交
    • F
      nvram: Fix missing smp_lock.h in nvram · 79a56ed0
      Frederic Weisbecker 提交于
      The bkl has been removed from nvram_llseek() and smp_lock.h was removed
      because another patch in the same tree zapped the remaining usage of bkl
      in the same file.  But this patch must have been excluded later, then we
      still need the smp_lock.h headers for the bkl use in nvram_open().
      
      This fixes the following build error:
      
        drivers/char/nvram.c: In function ‘nvram_open’:
        drivers/char/nvram.c:332: erreur: implicit declaration of function ‘lock_kernel’
        drivers/char/nvram.c:339: erreur: implicit declaration of function ‘unlock_kernel’
        make[2]: *** [drivers/char/nvram.o] Erreur 1
        make[1]: *** [drivers/char] Erreur 2
        make: *** [drivers] Erreur 2
      Signed-off-by: NFrederic Weisbecker <fweisbec@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      79a56ed0
  3. 04 12月, 2009 1 次提交
  4. 03 12月, 2009 1 次提交
  5. 02 12月, 2009 1 次提交
  6. 01 12月, 2009 3 次提交
  7. 30 11月, 2009 1 次提交
  8. 29 11月, 2009 5 次提交
  9. 26 11月, 2009 1 次提交
  10. 20 11月, 2009 2 次提交
  11. 19 11月, 2009 2 次提交
  12. 18 11月, 2009 1 次提交
  13. 14 11月, 2009 1 次提交
  14. 13 11月, 2009 1 次提交
  15. 12 11月, 2009 2 次提交
    • E
      sysctl drivers: Remove dead binary sysctl support · 894d2491
      Eric W. Biederman 提交于
      Now that sys_sysctl is a wrapper around /proc/sys all of
      the binary sysctl support elsewhere in the tree is
      dead code.
      
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Corey Minyard <minyard@acm.org>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      Cc: Matt Mackall <mpm@selenic.com>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: Neil Brown <neilb@suse.de>
      Cc: "James E.J. Bottomley" <James.Bottomley@suse.de>
      Acked-by: Clemens Ladisch <clemens@ladisch.de> for drivers/char/hpet.c
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      894d2491
    • R
      pcmcia: fix printk formats · e657ea17
      Randy Dunlap 提交于
      Fix printk format warnings on sizeof() [size_t] arguments.
      
      drivers/char/pcmcia/cm4040_cs.c:267: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'size_t'
      drivers/char/pcmcia/cm4040_cs.c:272: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'size_t'
      
      CC: Harald Welte <laforge@gnumonks.org>
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      e657ea17
  16. 09 11月, 2009 4 次提交