aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorPeter Senna Tschudin <[email protected]>2013-01-24 19:29:02 -0300
committerMauro Carvalho Chehab <[email protected]>2013-02-05 14:53:58 -0200
commit4f4d1785352f92aa1eeff39d030a50cabeb0c8f3 (patch)
tree748824d17686484c17fa4d0e5ab2183723e81b39 /tools/perf/scripts
parentc4ea799a2bbbc5623f405233382c36b1f3aa9684 (diff)
[media] usb/gspca/pac207.c: use IS_ENABLED() macro
replace: #if defined(CONFIG_INPUT) || \ defined(CONFIG_INPUT_MODULE) with: #if IS_ENABLED(CONFIG_INPUT) This change was made for: CONFIG_INPUT Reported-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Peter Senna Tschudin <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions