[PATCH] add missing <linux/config.h>
A few asm/types.h test a config variable without including <linux/config.h> first, which can e.g. cause different sector_t definitions. HFS fell victim to that and broke on ppc with CONFIG_LBD enabled. I scanned all asm/types.h and added <linux/config.h> as necessary.
Showing
Please register or sign in to comment