config.c (18fe6bf505da8acf2e7b578bb23ea2d89fe9dbf2) config.c (b038c6abf96843b6c45f2ebf69ad0bb1055d5d39)
1// SPDX-License-Identifier: GPL-2.0-or-later
1/*
2 * arch/m68k/bvme6000/config.c
3 *
4 * Copyright (C) 1997 Richard Hirst [richard@sleepie.demon.co.uk]
5 *
6 * Based on:
7 *
8 * linux/amiga/config.c
9 *
10 * Copyright (C) 1993 Hamish Macdonald
2/*
3 * arch/m68k/bvme6000/config.c
4 *
5 * Copyright (C) 1997 Richard Hirst [richard@sleepie.demon.co.uk]
6 *
7 * Based on:
8 *
9 * linux/amiga/config.c
10 *
11 * Copyright (C) 1993 Hamish Macdonald
11 *
12 * This file is subject to the terms and conditions of the GNU General Public
13 * License. See the file README.legal in the main directory of this archive
14 * for more details.
15 */
16
17#include <linux/types.h>
18#include <linux/kernel.h>
19#include <linux/mm.h>
20#include <linux/tty.h>
21#include <linux/clocksource.h>
22#include <linux/console.h>

--- 303 unchanged lines hidden ---
12 */
13
14#include <linux/types.h>
15#include <linux/kernel.h>
16#include <linux/mm.h>
17#include <linux/tty.h>
18#include <linux/clocksource.h>
19#include <linux/console.h>

--- 303 unchanged lines hidden ---