Merge git://git.infradead.org/~dwmw2/hdroneline
authorLinus Torvalds <torvalds@g5.osdl.org>
Fri, 22 Sep 2006 19:56:22 +0000 (12:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 22 Sep 2006 19:56:22 +0000 (12:56 -0700)
* git://git.infradead.org/~dwmw2/hdroneline:
  [HEADERS] One line per header in Kbuild files to reduce conflicts

Manual (trivial) conflict resolution in include/asm-s390/Kbuild

1  2 
include/asm-s390/Kbuild

@@@ -1,4 -1,11 +1,12 @@@
  include include/asm-generic/Kbuild.asm
  
- unifdef-y += cmb.h debug.h
- header-y += dasd.h monwriter.h qeth.h tape390.h ucontext.h vtoc.h z90crypt.h
+ header-y += dasd.h
++header-y += monwriter.h
+ header-y += qeth.h
+ header-y += tape390.h
+ header-y += ucontext.h
+ header-y += vtoc.h
+ header-y += z90crypt.h
+ unifdef-y += cmb.h
+ unifdef-y += debug.h