Searched hist:"16559 ae4" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/debug/ |
H A D | gdbstub.c | 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h
There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | debug_core.c | 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h
There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | common.h | 0adcbaf7 Mon Feb 11 16:46:00 CST 2013 Tony Lindgren <tony@atomide.com> ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h
Commit 16559ae4 (kgdb: remove #include <linux/serial_8250.h> from kgdb.h) had a side effect of breaking omap1_defconfig build as some headers were included indirectly:
arch/arm/mach-omap1/board-h2.c:249: error: ‘INT_KEYBOARD’ undeclared here (not in a function) ...
This worked earlier as linux/serial_8250.h included linux/serial_core.h, via linux/serial_8250.h from linux/kgdb.h. Fix this by including the necessary headers directly.
Signed-off-by: Tony Lindgren <tony@atomide.com> 0adcbaf7 Mon Feb 11 16:46:00 CST 2013 Tony Lindgren <tony@atomide.com> ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h Commit 16559ae4 (kgdb: remove #include <linux/serial_8250.h> from kgdb.h) had a side effect of breaking omap1_defconfig build as some headers were included indirectly: arch/arm/mach-omap1/board-h2.c:249: error: ‘INT_KEYBOARD’ undeclared here (not in a function) ... This worked earlier as linux/serial_8250.h included linux/serial_core.h, via linux/serial_8250.h from linux/kgdb.h. Fix this by including the necessary headers directly. Signed-off-by: Tony Lindgren <tony@atomide.com>
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_dp.c | 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h
There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h
There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/include/linux/ |
H A D | kgdb.h | 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h
There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16559ae4 Mon Feb 04 17:35:26 CST 2013 Greg Kroah-Hartman <gregkh@linuxfoundation.org> kgdb: remove #include <linux/serial_8250.h> from kgdb.h There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|