[2.6 patch] unexport mca_find_device_by_slot

From: Adrian Bunk
Date: Sun Feb 06 2005 - 08:49:56 EST


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@xxxxxxxxx>

--- 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/