]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/reset/reset-ath79.c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[mirror_ubuntu-artful-kernel.git] / drivers / reset / reset-ath79.c
index 692fc890e94ba6865328b36ba16feefa95c56096..ccb940a8d9fb4f287d8303c17efbecc218c6f91c 100644 (file)
@@ -70,7 +70,7 @@ static int ath79_reset_status(struct reset_controller_dev *rcdev,
        return !!(val & BIT(id));
 }
 
-static struct reset_control_ops ath79_reset_ops = {
+static const struct reset_control_ops ath79_reset_ops = {
        .assert = ath79_reset_assert,
        .deassert = ath79_reset_deassert,
        .status = ath79_reset_status,