• Roman Zippel's avatar
    [PATCH] add missing <linux/config.h> · 1a336f5d
    Roman Zippel authored
    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.
    1a336f5d
types.h 1.22 KB