diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-09 21:56:32 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-09 21:56:32 -0700 |
| commit | ae6a0c465d560a2c5e1fa16dd3d2ed769119cf2c (patch) | |
| tree | 6b4042bfe27b17e3457452c7283fe1fb205a13c6 /drivers | |
| parent | a54047f12b86955afe3123438e8e1da2687ecbb9 (diff) | |
| parent | 26bfac10251c9e04bc11690e7e1a5f6742313a4d (diff) | |
Merge http://linux-sound.bkbits.net/linux-sound
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pnp/isapnp/core.c | 1 | ||||
| -rw-r--r-- | drivers/pnp/pnpbios/core.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/pnp/isapnp/core.c b/drivers/pnp/isapnp/core.c index 938ff30019c3..5f659c17cc34 100644 --- a/drivers/pnp/isapnp/core.c +++ b/drivers/pnp/isapnp/core.c @@ -1028,6 +1028,7 @@ int isapnp_cfg_end(void) */ +EXPORT_SYMBOL(isapnp_protocol); EXPORT_SYMBOL(isapnp_present); EXPORT_SYMBOL(isapnp_cfg_begin); EXPORT_SYMBOL(isapnp_cfg_end); diff --git a/drivers/pnp/pnpbios/core.c b/drivers/pnp/pnpbios/core.c index 61d5ba7ab918..1c370c9f1abd 100644 --- a/drivers/pnp/pnpbios/core.c +++ b/drivers/pnp/pnpbios/core.c @@ -1168,3 +1168,5 @@ module_init(pnpbios_init_all); module_exit(pnpbios_exit); #endif + +EXPORT_SYMBOL(pnpbios_protocol); |
