1
0
mirror of https://github.com/sjlongland/adv950.git synced 2025-09-25 09:53:30 +10:00

Rename files.

This might have started as the 8250, but it is apparent it has diverged
quite a bit.  So as to not confuse ourselves, rename the files to
reflect this.
This commit is contained in:
Stuart Longland 2017-03-05 15:57:42 +10:00
parent 70013200a0
commit 3dd7257b72
Signed by: stuartl
GPG Key ID: 4DFA191410BDE3B7
5 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ SERIAL_FLAGS:= $(SERIAL_FLAGS)
ifneq ($(KERNELRELEASE),)
EXTRA_CFLAGS = $(SERIAL_FLAGS)
obj-m := adv950.o
adv950-objs := 8250.o 8250_pci.o serial_core.o
adv950-objs := adv950_base.o adv950_pci.o adv950_core.o
else
KDIR := /lib/modules/$(shell uname -r)/build/
PWD := $(shell pwd)

View File

@ -45,7 +45,7 @@
#include <asm/io.h>
#include <asm/irq.h>
#include "8250.h"
#include "adv950_base.h"
#ifdef CONFIG_SPARC
#include "suncore.h"

View File

@ -42,7 +42,7 @@
#include <asm/byteorder.h>
#include <asm/io.h>
#include "8250.h"
#include "adv950_base.h"
#undef SERIAL_DEBUG_PCI
/*