linux/arch/powerpc/sysdev/qe_lib
Julia Lawall bb65f5048e powerpc: don't export static symbol
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@r@
type T;
identifier f;
@@

static T f (...) { ... }

@@
identifier r.f;
declarer name EXPORT_SYMBOL;
@@

-EXPORT_SYMBOL(f);
// </smpl>

Furthermore, the function is never used, so its definition is dropped as
well.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
2015-03-31 22:23:18 -05:00
..
Kconfig
Makefile
gpio.c
qe.c powerpc/qe: Use strlcpy() 2015-01-29 23:32:13 -06:00
qe_ic.c powerpc: Remove superfluous bootmem includes 2014-11-10 09:59:26 +11:00
qe_ic.h
qe_io.c powerpc: don't export static symbol 2015-03-31 22:23:18 -05:00
ucc.c
ucc_fast.c
ucc_slow.c powerpc/qe: drop unused ucc_slow_poll_transmitter_now 2015-03-16 18:50:17 +11:00
usb.c