aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2013-11-01 14:24:21 -0300
committerMauro Carvalho Chehab <[email protected]>2013-11-08 09:45:36 -0200
commitc6c3795eefd17a7e5932644c19b25af3e5539929 (patch)
treefba4eb91c2204bc2f9ee0248f44cf5c5c150afca /tools/perf/scripts/python/netdev-times.py
parent9bd766b79a80159338c10f8cec4c1f7ed0fe4a4e (diff)
[media] radio-si470x-i2c: fix a warning on ia64
on ia64, those warnings appear: drivers/media/radio/si470x/radio-si470x-i2c.c:470:12: warning: 'si470x_i2c_suspend' defined but not used [-Wunused-function] drivers/media/radio/si470x/radio-si470x-i2c.c:487:12: warning: 'si470x_i2c_resume' defined but not used [-Wunused-function] They're caused because the PM logic uses this define: #define SET_SYSTEM_SLEEP_PM_OPS() With is only defined for CONFIG_PM_SLEEP. So, change the logic there to test for CONFIG_PM_SLEEP, instead of CONFIG_PM. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Reviewed-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions