-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
I'm working towards getting rid of serialP.h in 8250.c; its been the
cause of several problems that have configuration-specific thus far.
We really shouldn't need anything from that header.
===== drivers/serial/8250.c 1.13 vs edited =====
--- 1.13/drivers/serial/8250.c Sun Oct 6 00:01:53 2002
#include <linux/console.h>
#include <linux/sysrq.h>
#include <linux/serial_reg.h>
-#include <linux/serialP.h>
#include <linux/serial.h>
+#include <linux/serialP.h>
#include <linux/delay.h>
if (up->port.type != PORT_RSA && res_rsa)
release_resource(res_rsa);
- if (up->port.type == PORT_UNKNOWN)
+ if (up->port.type == PORT_UNKNOWN && res_std)
release_resource(res_std);
}
--
http://www.arm.linux.org.uk/personal/aboutme.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
1. 2.5.41-mm1 panics on boot, 2.5.41-vanilla OK
2. PATCH: fix ppa for new scsi
3. Build fail 2.5.41-ac1 modules
4. kernel upgrade HIGHMEM revisited
7. 2.5.41: lkcd (8/8): dump driver and build files
9. 2.5.41 fails to build on alpha (sys_sync gone?)
10. 2.5.41 still not testable by end users
11. 2.5.41 - Netfiler will not work as a module
12. 2.5.41 - APM will not work as a module
13. 2.4.20-pre10-ac1/2.5.41 hda: DMA disabled, but it's not