OSDN Git Service

perf: xgene: Include module.h
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 25 Jan 2017 23:46:58 +0000 (15:46 -0800)
committerWill Deacon <will.deacon@arm.com>
Fri, 3 Feb 2017 18:46:47 +0000 (18:46 +0000)
commitc0bfc549e96231e0ead4424de6e4933fde819d70
tree19055b569284b79801328506b46ac545a9e948ec
parentb128cb55f066caeb9859b99795d78e9213a58d2a
perf: xgene: Include module.h

I ran into a build error when I disabled CONFIG_ACPI and tried to
compile this driver:

drivers/perf/xgene_pmu.c:1242:1: warning: data definition has no type or storage class
 MODULE_DEVICE_TABLE(of, xgene_pmu_of_match);
 ^
drivers/perf/xgene_pmu.c:1242:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]

Include module.h for the MODULE_DEVICE_TABLE macro that's
implicitly included through ACPI.

Tested-by: Tai Nguyen <ttnguyen@apm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/perf/xgene_pmu.c