summaryrefslogtreecommitdiff
path: root/ifpps/Makefile
blob: 6f2666f861e030904c21d89b65c0782dc08b7423 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifpps-libs =	$(shell pkg-config --libs ncurses)

ifpps-objs =	xmalloc.o \
		ioops.o \
		promisc.o \
		str.o \
		link.o \
		sock.o \
		dev.o \
		sig.o \
		ifpps.o
nput type='submit' value='reload'/>
authorJohn Keeping <john@metanate.com>2016-05-10 17:03:55 +0100
committerMark Yao <mark.yao@rock-chips.com>2016-07-19 09:42:18 +0800
commita7e03fb537b42bb598a18ef0d66b5f1b1a99bae3 (patch)
tree44b9e01666b81ccaf5e576f59eb3431ed074e335
parenta38656958e33c5fffec43569a23b6734a71d25b9 (diff)
drm/rockchip: fb: add missing header
This fixes the following sparse warnings: drivers/gpu/drm/rockchip/rockchip_drm_fb.c:32:23: warning: symbol 'rockchip_fb_get_gem_obj' was not declared. Should it be static? drivers/gpu/drm/rockchip/rockchip_drm_fb.c:315:24: warning: symbol 'rockchip_drm_framebuffer_init' was not declared. Should it be static? drivers/gpu/drm/rockchip/rockchip_drm_fb.c:329:6: warning: symbol 'rockchip_drm_mode_config_init' was not declared. Should it be static? Signed-off-by: John Keeping <john@metanate.com>
Diffstat
-rw-r--r--drivers/gpu/drm/rockchip/rockchip_drm_fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_fb.c b/drivers/gpu/drm/rockchip/rockchip_drm_fb.c