commit | 044dfc99fe3e1e0fa85bbdd1936ee229e399250c | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Mar 31 21:21:48 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Apr 01 19:35:47 2008 -0300 |
tree | 867fc2488c083796bec12b88bfb46d54ac6f9a08 | |
parent | 19ac111c038537b73c9a0bca24bad123c2ba5f42 [diff] |
V4L/DVB (7486): radio-cadet: wrap PNP probe code in #ifdef CONFIG_PNP 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>