summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/pmac_zilog.c
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2022-06-02 11:31:20 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-10 14:33:57 +0300
commit7fd6c24bae8fff0c12c61bc69388d9f3c045ce21 (patch)
tree5013ad2ef6af7ba7c7780c8345111393a19ced7d /drivers/tty/serial/pmac_zilog.c
parent22b10b33b9c6e76bc08f64e52862e68c4dc76052 (diff)
downloadlinux-7fd6c24bae8fff0c12c61bc69388d9f3c045ce21.tar.xz
serial: pmac_zilog: remove unused header
After commit a5ddc498e792 (serial: pmac_zilog: remove unfinished DBDMA support), the header is unused and can be removed. So do so. Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Suggested-by: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com> Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20220602083120.22519-1-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/pmac_zilog.c')
-rw-r--r--drivers/tty/serial/pmac_zilog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/pmac_zilog.c b/drivers/tty/serial/pmac_zilog.c
index 3133446e806c..f63257b8e872 100644
--- a/drivers/tty/serial/pmac_zilog.c
+++ b/drivers/tty/serial/pmac_zilog.c
@@ -52,7 +52,6 @@
#ifdef CONFIG_PPC_PMAC
#include <asm/machdep.h>
#include <asm/pmac_feature.h>
-#include <asm/dbdma.h>
#include <asm/macio.h>
#else
#include <linux/platform_device.h>