OSDN Git Service

m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
authorFinn Thain <fthain@telegraphics.com.au>
Tue, 15 Jan 2019 04:18:56 +0000 (15:18 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 09:21:43 +0000 (10:21 +0100)
commit437ace3777abc15d013d04e6644b100040bc613d
treea7bb59b48d04226090846ebfb4228d704f5460cf
parent83d2aed4440c47acc813abeac4acf4390cb40a8c
m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

Move the m68k-specific code out of the driver to make the driver generic.

I've used 'SPDX-License-Identifier: GPL-2.0+' for the new file because the
old file is covered by MODULE_LICENSE("GPL").

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/m68k/atari/Makefile
arch/m68k/atari/nvram.c [new file with mode: 0644]
drivers/char/nvram.c