]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - init/do_mounts.c
core: match_dev_by_uuid() should not be marked __init
[net-next-2.6.git] / init / do_mounts.c
index 804f9c6ba216a01d36c08895bc184418bc5cf7ed..b7fc83994f3985a13a76d852cd21499233fe866d 100644 (file)
@@ -65,7 +65,7 @@ __setup("rw", readwrite);
  *
  * Returns 1 if the device matches, and 0 otherwise.
  */
-static int __init match_dev_by_uuid(struct device *dev, void *data)
+static int match_dev_by_uuid(struct device *dev, void *data)
 {
        u8 *uuid = data;
        struct hd_struct *part = dev_to_part(dev);