kernel/drivers/sbus/char/uctrl.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* uctrl.c: TS102 Microcontroller interface on Tadpole Sparcbook 3 2 3 * 3 4 * Copyright 1999 Derrick J Brashear (shadow@dementia.org) .. .. @@ -20,9 +21,6 @@ 20 21 #include <asm/oplib.h> 21 22 #include <asm/irq.h> 22 23 #include <asm/io.h> 23 -#include <asm/pgtable.h>24 -25 -#define UCTRL_MINOR 17426 24 27 25 #define DEBUG 1 28 26 #ifdef DEBUG