drm/omap
Lucas De Marchi f3f7266d94 omap: annotate public functions
while read sym; do
	read f func line _ <<<$(cscope -d -L -1 $sym)
	if [ ! -z "$f" ]; then
		sed -i "${line}s/^/drm_public /" $f
	fi
done < /tmp/a.txt

In which /tmp/a.txt contains the public symbols from
omap-symbol-check. The idea here will be to switch the default
visibility to hidden so we don't export symbols we shouldn't.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
2018-09-19 22:46:45 -07:00
..
Android.mk omap: add Android build support 2018-03-22 16:43:38 +00:00
Makefile.am drm: remove no longer needed VISIBILITY_CFLAGS 2015-04-28 11:19:15 +01:00
libdrm_omap.pc.in omap: add omapdrm support 2012-03-28 23:00:14 +02:00
meson.build meson: use pkg-config to detect libatomic_ops 2018-03-09 17:12:02 +00:00
omap-symbol-check *-symbol-check: Don't hard-code nm executable 2018-02-23 17:53:08 +00:00
omap_drm.c omap: annotate public functions 2018-09-19 22:46:45 -07:00
omap_drm.h omap: include omap_drm.h independently 2012-08-23 14:21:01 -05:00
omap_drmif.h omap: add refcnting and handle tracking 2012-07-13 16:18:25 -05:00