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:
19ac111
)
V4L/DVB (7486): radio-cadet: wrap PNP probe code in #ifdef CONFIG_PNP
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Tue, 1 Apr 2008 00:21:48 +0000
(21:21 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Tue, 1 Apr 2008 22:35:47 +0000
(19:35 -0300)
Wrap PNP probe code in #ifdef CONFIG_PNP.
Without this change, we'll have unresolved references to pnp_get_resource()
function when CONFIG_PNP=n. (This is a new interface that's not in mainline
yet.)
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found