Przeglądaj źródła

[PATCH] unexport mca_find_device_by_slot

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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Adrian Bunk 20 lat temu
rodzic
commit
35a26f1509
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      drivers/mca/mca-legacy.c

+ 0 - 1
drivers/mca/mca-legacy.c

@@ -180,7 +180,6 @@ struct mca_device *mca_find_device_by_slot(int slot)
 
 
 	return info.mca_dev;
 	return info.mca_dev;
 }
 }
-EXPORT_SYMBOL(mca_find_device_by_slot);
 
 
 /**
 /**
  *	mca_read_stored_pos - read POS register from boot data
  *	mca_read_stored_pos - read POS register from boot data