]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/reset/reset-ath79.c
Merge tag 'v4.6-next-soc' of https://github.com/mbgg/linux-mediatek into next/drivers
[karo-tx-linux.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,