All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] unexport mca_find_device_by_slot
@ 2005-03-13  3:54 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-03-13  3:54 UTC (permalink / raw)
  To: Andrew Morton; +Cc: jejb, linux-kernel

I didn't find any possible modular usage of mca_find_device_by_slot in 
the kernel, and this patch therefore removes the EXPORT_SYMBOL.

This patch should be safe since mca-legacy is nothing drivers should 
move to.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 6 Feb 2005

--- linux-2.6.11-rc3-mm1-full/drivers/mca/mca-legacy.c.old	2005-02-06 14:22:31.000000000 +0100
+++ linux-2.6.11-rc3-mm1-full/drivers/mca/mca-legacy.c	2005-02-06 14:22:44.000000000 +0100
@@ -180,7 +180,6 @@
 
 	return info.mca_dev;
 }
-EXPORT_SYMBOL(mca_find_device_by_slot);
 
 /**
  *	mca_read_stored_pos - read POS register from boot data


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2.6 patch] unexport mca_find_device_by_slot
@ 2005-02-06 13:48 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-02-06 13:48 UTC (permalink / raw)
  To: jejb; +Cc: linux-kernel

I didn't find any possible modular usage of mca_find_device_by_slot in 
the kernel, and this patch therefore removes the EXPORT_SYMBOL.

This patch should be safe since mca-legacy is nothing drivers should 
move to.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.11-rc3-mm1-full/drivers/mca/mca-legacy.c.old	2005-02-06 14:22:31.000000000 +0100
+++ linux-2.6.11-rc3-mm1-full/drivers/mca/mca-legacy.c	2005-02-06 14:22:44.000000000 +0100
@@ -180,7 +180,6 @@
 
 	return info.mca_dev;
 }
-EXPORT_SYMBOL(mca_find_device_by_slot);
 
 /**
  *	mca_read_stored_pos - read POS register from boot data


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-13  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-13  3:54 [2.6 patch] unexport mca_find_device_by_slot Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2005-02-06 13:48 Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.