summaryrefslogtreecommitdiff
path: root/arch/arm/mach-netx/fb.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-07-22 01:41:57 +0300
committerOlof Johansson <olof@lixom.net>2019-07-22 06:03:11 +0300
commitae00fcc51e714ce0fc72382332147ffffcf9a883 (patch)
tree1e40492edf0e4ad5d9d0e0e95dfb62824de78590 /arch/arm/mach-netx/fb.h
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff)
downloadlinux-ae00fcc51e714ce0fc72382332147ffffcf9a883.tar.xz
ARM: Delete netx a second time
Commit ceb02dcf676f ARM: delete netx machine deleted the mach-netx machine. Then eight days later it was resurrected by SPDX tag fixes. I think. Taking the liberty to fix some additional debug uart cruft. Link: https://lore.kernel.org/r/20190721224157.6597-1-linus.walleij@linaro.org Fixes: ceb02dcf676f ("ARM: delete netx machine") Acked-By: Robert Schwebel <r.schwebel@pengutronix.de> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-netx/fb.h')
-rw-r--r--arch/arm/mach-netx/fb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-netx/fb.h b/arch/arm/mach-netx/fb.h
deleted file mode 100644
index 5cdc01fc3c86..000000000000
--- a/arch/arm/mach-netx/fb.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * arch/arm/mach-netx/fb.h
- *
- * Copyright (c) 2005 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
- */
-
-void netx_clcd_enable(struct clcd_fb *fb);
-int netx_clcd_setup(struct clcd_fb *fb);
-int netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma);
-void netx_clcd_remove(struct clcd_fb *fb);
-int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel);