aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/mfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/mfd.c')
-rw-r--r--drivers/serial/mfd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/serial/mfd.c b/drivers/serial/mfd.c
index 5dff45c76d32..dc0967fb9ea6 100644
--- a/drivers/serial/mfd.c
+++ b/drivers/serial/mfd.c
@@ -228,12 +228,14 @@ static const struct file_operations port_regs_ops = {
228 .owner = THIS_MODULE, 228 .owner = THIS_MODULE,
229 .open = hsu_show_regs_open, 229 .open = hsu_show_regs_open,
230 .read = port_show_regs, 230 .read = port_show_regs,
231 .llseek = default_llseek,
231}; 232};
232 233
233static const struct file_operations dma_regs_ops = { 234static const struct file_operations dma_regs_ops = {
234 .owner = THIS_MODULE, 235 .owner = THIS_MODULE,
235 .open = hsu_show_regs_open, 236 .open = hsu_show_regs_open,
236 .read = dma_show_regs, 237 .read = dma_show_regs,
238 .llseek = default_llseek,
237}; 239};
238 240
239static int hsu_debugfs_init(struct hsu_port *hsu) 241static int hsu_debugfs_init(struct hsu_port *hsu)