2002-10-05 23:55:00

by Andrey Panin

[permalink] [raw]
Subject: [Q] 2.4.6 compatibility cruft in 8250_pci.c

Hello all,

do we really need these lines now ?

/* 2.4.6 compatinility cruft ... */
#define pci_board __pci_board
#include <serialP.h>
#undef pci_board

I'm trying to forward port a patch moving SIIG combo cards support
from serial driver into parport_serial.c and these lines are on my
way :)