git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8f627
)
include/linux/sdla.h: remove the prototype of sdla()
author
WANG Cong
<xiyou.wangcong@gmail.com>
Sat, 16 Jul 2011 22:22:20 +0000
(22:22 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 Jul 2011 18:06:03 +0000
(11:06 -0700)
`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 <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sdla.h
patch
|
blob
|
history
diff --cc
include/linux/sdla.h
Simple merge