• Randy Dunlap's avatar
    regulator: aat2870-regulator.c needs module.h · 3a7d021b
    Randy Dunlap authored
    aat2870-regulator.c needs to include linux/module.h to fix multiple
    build errors.
    
    drivers/regulator/aat2870-regulator.c:145: error: 'THIS_MODULE' undeclared here (not in a function)
    drivers/regulator/aat2870-regulator.c:230: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION'
    drivers/regulator/aat2870-regulator.c:231: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
    drivers/regulator/aat2870-regulator.c:232: warning: type defaults to 'int' in declaration of 'MODULE_AUTHOR'
    Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
    Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
    3a7d021b
aat2870-regulator.c 5.92 KB