From: Hans Verkuil Date: Tue, 23 Dec 2014 12:46:27 +0000 (-0300) Subject: [media] videobuf: make unused exported functions static X-Git-Tag: fixes-v4.0-rc1~147^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861360a56d0bcbc0bec92a1f1266c66880b2e5ae;p=pandora-kernel.git [media] videobuf: make unused exported functions static The videobuf_dma_init* and videobuf_dma_map() functions are no longer used except in videobuf-dma-sg.c itself. Make them static. These functions were abused in various drivers. All those drivers have now been fixed, so by no longer exporting these functions future abuse is now prevented. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed