aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/floppy.c')
-rw-r--r--drivers/block/floppy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
index 9b4746871227..975fac3669c5 100644
--- a/drivers/block/floppy.c
+++ b/drivers/block/floppy.c
@@ -4127,7 +4127,7 @@ static ssize_t floppy_cmos_show(struct device *dev,
4127 return sprintf(buf, "%X\n", UDP->cmos); 4127 return sprintf(buf, "%X\n", UDP->cmos);
4128} 4128}
4129 4129
4130DEVICE_ATTR(cmos, S_IRUGO, floppy_cmos_show, NULL); 4130static DEVICE_ATTR(cmos, S_IRUGO, floppy_cmos_show, NULL);
4131 4131
4132static void floppy_device_release(struct device *dev) 4132static void floppy_device_release(struct device *dev)
4133{ 4133{