aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorSudip Mukherjee <[email protected]>2016-09-04 23:02:21 +0530
committerDavid S. Miller <[email protected]>2016-09-06 13:44:33 -0700
commitdaa7ee8dfa64233789221685e73a6ef8159f80de (patch)
treec4f29acb045ceb95fe35a9af3279ad694f46a1d0 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent007e4ba3ee137f4700f39aa6dbaf01a71047c5f6 (diff)
net: smsc: remove build warning of duplicate definition
The build of m32r was giving warning: In file included from drivers/net/ethernet/smsc/smc91x.c:92:0: drivers/net/ethernet/smsc/smc91x.h:448:0: warning: "SMC_inb" redefined #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) drivers/net/ethernet/smsc/smc91x.h:106:0: note: this is the location of the previous definition #define SMC_inb(a, r) inb(((u32)a) + (r)) drivers/net/ethernet/smsc/smc91x.h:449:0: warning: "SMC_outb" redefined #define SMC_outb(x, ioaddr, reg) BUG() drivers/net/ethernet/smsc/smc91x.h:108:0: note: this is the location of the previous definition #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) Signed-off-by: Sudip Mukherjee <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions