return 0;
 }
 
-static ssize_t wm8962_beep_set(struct device *dev,
-                              struct device_attribute *attr,
-                              const char *buf, size_t count)
+static ssize_t beep_store(struct device *dev, struct device_attribute *attr,
+                         const char *buf, size_t count)
 {
        struct wm8962_priv *wm8962 = dev_get_drvdata(dev);
        long int time;
        return count;
 }
 
-static DEVICE_ATTR(beep, 0200, NULL, wm8962_beep_set);
+static DEVICE_ATTR_WO(beep);
 
 static void wm8962_init_beep(struct snd_soc_component *component)
 {