From edefad16ba7c8ab665727e27d71da2e9d8932ee2 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Tue, 1 Dec 2015 09:29:04 +0100 Subject: [PATCH] facetimehd: remove unneeded header files in fthd_debugfs.h --- fthd_debugfs.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/fthd_debugfs.c b/fthd_debugfs.c index f085355..3b8de90 100644 --- a/fthd_debugfs.c +++ b/fthd_debugfs.c @@ -19,15 +19,7 @@ #include #include -#include -#include -#include -#include #include -#include -#include -#include -#include #include "fthd_drv.h" #include "fthd_debugfs.h" #include "fthd_isp.h" @@ -120,7 +112,7 @@ static int seq_channel_read(struct seq_file *seq, struct fthd_private *dev_priv, seq_printf(seq, "%c%3.3d: ADDRESS %08x REQUEST_SIZE %08x RESPONSE_SIZE %08x\n", pos, i, FTHD_S2_MEM_READ(entry + FTHD_RINGBUF_ADDRESS_FLAGS), - FTHD_S2_MEM_READ(entry + FTHD_RINGBUF_REQUEST_SIZE), + FTHD_S2_MEM_READ(entry + FTHD_RINGBUF_REQUEST_SIZE), FTHD_S2_MEM_READ(entry + FTHD_RINGBUF_RESPONSE_SIZE)); } spin_unlock_irq(&chan->lock);