linux/drivers/pnp
Linus Torvalds a442ac512f Clean up 'print_fn_descriptor_symbol()' types
Everybody wants to pass it a function pointer, and in fact, that is what
you _must_ pass it for it to make sense (since it knows that ia64 and
ppc64 use descriptors for function pointers and fetches the actual
address from there).

So don't make the argument be a 'unsigned long' and force everybody to
add a cast.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-05-15 17:50:37 -07:00
..
isapnp
pnpacpi
pnpbios
Kconfig
Makefile
base.h pnp: add pnp_build_option() to the API 2008-05-14 19:11:13 -07:00
card.c
core.c
driver.c
interface.c
manager.c
quirks.c Clean up 'print_fn_descriptor_symbol()' types 2008-05-15 17:50:37 -07:00
resource.c pnp: add pnp_build_option() to the API 2008-05-14 19:11:13 -07:00
support.c lib: create common ascii hex array 2008-05-14 19:11:14 -07:00
system.c