Commit 445c8de6 authored by David S. Miller's avatar David S. Miller

SERIAL: sun.[ch] --> suncore.[ch]

parent 677cc14d
/* sun.c /* suncore.c
* *
* Generic SUN serial/kbd/ms layer. Based entirely * Generic SUN serial/kbd/ms layer. Based entirely
* upon drivers/sbus/char/sunserial.c which is: * upon drivers/sbus/char/sunserial.c which is:
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <asm/oplib.h> #include <asm/oplib.h>
#include "sun.h" #include "suncore.h"
int serial_console; int serial_console;
int stop_a_enabled = 1; int stop_a_enabled = 1;
......
/* sun.h /* suncore.h
* *
* Generic SUN serial/kbd/ms layer. Based entirely * Generic SUN serial/kbd/ms layer. Based entirely
* upon drivers/sbus/char/sunserial.h which is: * upon drivers/sbus/char/sunserial.h which is:
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* Copyright (C) 2002 David S. Miller (davem@redhat.com) * Copyright (C) 2002 David S. Miller (davem@redhat.com)
*/ */
#include "sun.h" #include "suncore.h"
#include "sunzilog.h" #include "sunzilog.h"
/* On 32-bit sparcs we need to delay after register accesses /* On 32-bit sparcs we need to delay after register accesses
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment