Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 419775 | Differences between
and this patch

Collapse All | Expand All

(-)kernel/conftest.sh (-1 / +4 lines)
Lines 512-518 Link Here
512
            # and if it as an 'event' member.
512
            # and if it as an 'event' member.
513
            #
513
            #
514
            echo "$CONFTEST_PREAMBLE
514
            echo "$CONFTEST_PREAMBLE
515
            #include <asm/system.h>
515
            #include <linux/version.h>
516
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
517
#include <asm/system.h>
518
#endif
516
            #include <linux/pm.h>
519
            #include <linux/pm.h>
517
            void conftest_pm_message_t(pm_message_t state) {
520
            void conftest_pm_message_t(pm_message_t state) {
518
                pm_message_t *p = &state;
521
                pm_message_t *p = &state;

Return to bug 419775