1. 27 2月, 2009 1 次提交
    • L
      Make ieee1394_init a fs-initcall · 86883c27
      Linus Torvalds 提交于
      It needs to happen before any firewire driver actually registers itself,
      and that was previously handled by having the Makefile list the core
      ieee1394 files before the drivers.
      
      But now there are firewire drivers in drivers/media, and the Makefile
      games aren't enough.  So just make ieee1394_init happen earlier in the
      init sequence, the way all other bus layers already do.
      Reported-and-tested-by: NIngo Molnar <mingo@elte.hu>
      Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
      Cc: Henrik Kurelid <henrik@kurelid.se>
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Cc: Ben Backx <ben@bbackx.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      86883c27
  2. 26 2月, 2009 23 次提交
  3. 25 2月, 2009 16 次提交