1. 18 4月, 2013 1 次提交
  2. 04 1月, 2013 1 次提交
    • G
      POWERPC: drivers: remove __dev* attributes. · cad5cef6
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      cad5cef6
  3. 06 5月, 2010 1 次提交
  4. 14 4月, 2009 1 次提交
    • T
      parport_pc: Fix build failure drivers/parport/parport_pc.c for powerpc · 19e05426
      Tony Breeds 提交于
      In commit 51dcdfec ("parport: Use the
      PCI IRQ if offered") parport_pc_probe_port() gained an irqflags arg.
      This isn't being supplied on powerpc.  This patch make powerpc fallback
      to the old behaviour, that is using "0" for irqflags.
      
      Fixes build failure:
      
        In file included from drivers/parport/parport_pc.c:68:
        arch/powerpc/include/asm/parport.h: In function 'parport_pc_find_nonpci_ports':
        arch/powerpc/include/asm/parport.h:32: error: too few arguments to function 'parport_pc_probe_port'
        arch/powerpc/include/asm/parport.h:32: error: too few arguments to function 'parport_pc_probe_port'
        arch/powerpc/include/asm/parport.h:32: error: too few arguments to function 'parport_pc_probe_port'
        make[3]: *** [drivers/parport/parport_pc.o] Error 1
      Signed-off-by: NTony Breeds <tony@bakeyournoodle.com>
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      19e05426
  5. 04 8月, 2008 1 次提交
  6. 09 5月, 2007 1 次提交
  7. 13 4月, 2007 1 次提交
  8. 11 1月, 2006 1 次提交
  9. 09 1月, 2006 1 次提交
  10. 27 10月, 2005 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4