]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/ralink/reset.c
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / arch / mips / ralink / reset.c
index ee117c4bc4a36cc6f974c5efc89751300a535108..64543d66e76b50ccace33bf942e0b3c61c7e7fa4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org>
  * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
- * Copyright (C) 2013 John Crispin <blogic@openwrt.org>
+ * Copyright (C) 2013 John Crispin <john@phrozen.org>
  */
 
 #include <linux/pm.h>
@@ -61,7 +61,7 @@ static int ralink_reset_device(struct reset_controller_dev *rcdev,
        return ralink_deassert_device(rcdev, id);
 }
 
-static struct reset_control_ops reset_ops = {
+static const struct reset_control_ops reset_ops = {
        .reset = ralink_reset_device,
        .assert = ralink_assert_device,
        .deassert = ralink_deassert_device,