Re: [PATCH] remove genhd.h from header exports

2007-08-07 Thread Olaf Hering
On Tue, Aug 07, Jeff Garzik wrote: > AFAICS the proper fix is to undo the CONFIG_BLOCK breakage, not make the > header unusable. No package uses linux/genhd.h, it is safe to remove it. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PR

Re: [PATCH] remove genhd.h from header exports

2007-08-07 Thread Jeff Garzik
Olaf Hering wrote: remove linux/genhd.h from make headers_install It contains no userinterfaces, only the msdos partition table layout and some numbers. And it became finally unusable with the CONFIG_BLOCK addition. Remove it from the Kconfig list, and remove the __KERNEL__ checks. Move #includ

[PATCH] remove genhd.h from header exports

2007-08-07 Thread Olaf Hering
remove linux/genhd.h from make headers_install It contains no userinterfaces, only the msdos partition table layout and some numbers. And it became finally unusable with the CONFIG_BLOCK addition. Remove it from the Kconfig list, and remove the __KERNEL__ checks. Move #include block up remove un