diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/debugfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c index f31a27c60fc6..fc98ec9e1d83 100644 --- a/fs/debugfs/file.c +++ b/fs/debugfs/file.c | |||
@@ -548,7 +548,7 @@ EXPORT_SYMBOL_GPL(debugfs_create_blob); | |||
548 | * because some peripherals have several blocks of identical registers, | 548 | * because some peripherals have several blocks of identical registers, |
549 | * for example configuration of dma channels | 549 | * for example configuration of dma channels |
550 | */ | 550 | */ |
551 | int debugfs_print_regs32(struct seq_file *s, struct debugfs_reg32 *regs, | 551 | int debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, |
552 | int nregs, void __iomem *base, char *prefix) | 552 | int nregs, void __iomem *base, char *prefix) |
553 | { | 553 | { |
554 | int i, ret = 0; | 554 | int i, ret = 0; |