mirror of
https://github.com/sjlongland/adv950.git
synced 2025-09-14 03:03:15 +10:00
adv950_core: Ditch copy of serial_core
.
On closer inspection, this is more like the standard `serial_core` module than first expected. We should try to use the in-kernel version.
This commit is contained in:
parent
660f615369
commit
55ce014443
@ -24,7 +24,7 @@ SERIAL_FLAGS:= $(SERIAL_FLAGS)
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
EXTRA_CFLAGS = $(SERIAL_FLAGS)
|
||||
obj-m := adv950.o
|
||||
adv950-objs := adv950_base.o adv950_pci.o adv950_core.o
|
||||
adv950-objs := adv950_base.o adv950_pci.o
|
||||
else
|
||||
KDIR := /lib/modules/$(shell uname -r)/build/
|
||||
PWD := $(shell pwd)
|
||||
|
2479
driver/adv950_core.c
2479
driver/adv950_core.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user