summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-11-25 12:15:09 +0800
committerAndy Green <andy.green@linaro.org>2011-11-30 10:27:10 +0800
commita65a3335e58c68c93672da01eb6dcf593d871d71 (patch)
tree99bff5c5ce39f46138c93577eb3089e3b231f5ae
parent038d6b717330a2b3bdf2551c0cf243419ededd37 (diff)
fs: partitions: Fix warnings in fs/partitions/check.c
Change-Id: I4398ace0c55d4833b1fcbb7a4e71ab8f0b1b044a Signed-off-by: Colin Cross <ccross@android.com>
-rw-r--r--fs/partitions/check.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/partitions/check.c b/fs/partitions/check.c
index 3c54bbcea5b..eca21808246 100644
--- a/fs/partitions/check.c
+++ b/fs/partitions/check.c
@@ -366,9 +366,8 @@ static void part_release(struct device *dev)
kfree(p);
}
-static int part_uevent(struct device *dev, struct kobj_uvent_env *env)
+static int part_uevent(struct device *dev, struct kobj_uevent_env *env)
{
- struct gendisk *disk = dev_to_disk(dev);
struct hd_struct *part = dev_to_part(dev);
add_uevent_var(env, "PARTN=%u", part->partno);