aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/do_mounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c
index 804f9c6ba216..b7fc83994f39 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -65,7 +65,7 @@ __setup("rw", readwrite);
65 * 65 *
66 * Returns 1 if the device matches, and 0 otherwise. 66 * Returns 1 if the device matches, and 0 otherwise.
67 */ 67 */
68static int __init match_dev_by_uuid(struct device *dev, void *data) 68static int match_dev_by_uuid(struct device *dev, void *data)
69{ 69{
70 u8 *uuid = data; 70 u8 *uuid = data;
71 struct hd_struct *part = dev_to_part(dev); 71 struct hd_struct *part = dev_to_part(dev);