Commit e63b3f94b026e34773cfe5621ae5a8bf69d4cd74

Authored by Dmitri Vorobiev
Committed by David Woodhouse
1 parent b93dc2e9fc

[MTD] Make init_fortunet function static

The symbol init_fortunet is needlessly defined global in
drivers/mtd/maps/fortunet.c. Make it static and clean up
the kernel global namespace.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/mtd/maps/fortunet.c
... ... @@ -181,7 +181,7 @@
181 181 /* Backwards-spelling-compatibility */
182 182 __setup("MTD_Partion=", MTD_New_Partition);
183 183  
184   -int __init init_fortunet(void)
  184 +static int __init init_fortunet(void)
185 185 {
186 186 int ix,iy;
187 187 for(iy=ix=0;ix<MAX_NUM_REGIONS;ix++)