diff options
Diffstat (limited to 'arch/alpha/kernel/smc37c93x.c')
| -rw-r--r-- | arch/alpha/kernel/smc37c93x.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/alpha/kernel/smc37c93x.c b/arch/alpha/kernel/smc37c93x.c index 6886b834f487..8028273f0d16 100644 --- a/arch/alpha/kernel/smc37c93x.c +++ b/arch/alpha/kernel/smc37c93x.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SMC 37C93X initialization code */ @@ -10,7 +11,8 @@ #include <asm/hwrpb.h> #include <asm/io.h> -#include <asm/segment.h> + +#include "proto.h" #define SMC_DEBUG 0 |
