From 3cdab0a53bf73f75ea1fb4716704f63d2a35c84c Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Fri, 18 Jan 2013 22:40:32 +0200 Subject: [PATCH] --- yaml --- r: 353612 b: refs/heads/master c: 833d6e01b4cfbc033a915ae02744247bbf7c619d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/debugfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 03cc6985fb25..e1af87d840bb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0d4fb6e4cd0e067f7887ed2ce3784b04feafa097 +refs/heads/master: 833d6e01b4cfbc033a915ae02744247bbf7c619d diff --git a/trunk/include/linux/debugfs.h b/trunk/include/linux/debugfs.h index 66c434f5dd1e..63f2465807d4 100644 --- a/trunk/include/linux/debugfs.h +++ b/trunk/include/linux/debugfs.h @@ -33,7 +33,7 @@ struct debugfs_reg32 { }; struct debugfs_regset32 { - struct debugfs_reg32 *regs; + const struct debugfs_reg32 *regs; int nregs; void __iomem *base; };