diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-08-10 09:50:23 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-08-13 15:48:23 +0200 |
commit | 367f4acc69909bfbbab2839a33cfe66ffa075b0b (patch) | |
tree | 6da8a5f7f472055b180593bbacdcc82308344f27 /arch/arm/mach-nspire/clcd.h | |
parent | d45331b00ddb179e291766617259261c112db872 (diff) |
ARM: mach-nspire: Kill off CLCD auxdata
After transitioning the CLCD to use DRM we can now kill off
the final piece of auxdata on the NSPIRE.
Link: https://lore.kernel.org/r/20190810075023.7327-1-linus.walleij@linaro.org
Cc: Daniel Tang <dt.tangr@gmail.com>
Cc: Fabian Vogt <fabian@ritter-vogt.de>
Tested-by: Fabian Vogt <fabian@ritter-vogt.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-nspire/clcd.h')
-rw-r--r-- | arch/arm/mach-nspire/clcd.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-nspire/clcd.h b/arch/arm/mach-nspire/clcd.h deleted file mode 100644 index 7f36bd8511c5..000000000000 --- a/arch/arm/mach-nspire/clcd.h +++ /dev/null @@ -1,10 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * linux/arch/arm/mach-nspire/clcd.h - * - * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au> - */ - -int nspire_clcd_setup(struct clcd_fb *fb); -int nspire_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma); -void nspire_clcd_remove(struct clcd_fb *fb); |