From: WANG Cong Date: Sat, 16 Jul 2011 22:22:20 +0000 (+0000) Subject: include/linux/sdla.h: remove the prototype of sdla() X-Git-Tag: v3.0~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07c7964a29b6dc515b120f1e1c223ac2f8666f5;p=pandora-kernel.git include/linux/sdla.h: remove the prototype of sdla() `make headers_check` complains that linux-2.6/usr/include/linux/sdla.h:116: userspace cannot reference function or variable defined in the kernel this is due to that there is no such a kernel function, void sdla(void *cfg_info, char *dev, struct frad_conf *conf, int quiet); I don't know why we have it in a kernel header, so remove it. Signed-off-by: WANG Cong Signed-off-by: David S. Miller --- Reading git-diff-tree failed