lkml.org 
[lkml]   [2003]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: 2.6.0-test4-mm5
    * Bill Huey (billh@gnuppy.monkey.org) wrote:
    > On Tue, Sep 02, 2003 at 11:18:12PM -0700, Andrew Morton wrote:
    > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm5/
    >
    > make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
    > CHK include/linux/compile.h
    > CC drivers/acpi/pci_link.o
    > drivers/acpi/pci_link.c: In function `acpi_pci_link_try_get_current':
    > drivers/acpi/pci_link.c:290: error: `_dbg' undeclared (first use in this function)
    > drivers/acpi/pci_link.c:290: error: (Each undeclared identifier is reported only once
    > drivers/acpi/pci_link.c:290: error: for each function it appears in.)
    > make[2]: *** [drivers/acpi/pci_link.o] Error 1
    > make[1]: *** [drivers/acpi] Error 2
    > make: *** [drivers] Error 2

    try the patch below.
    thanks,
    -chris
    --
    Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net

    --- drivers/acpi/pci_link.c.try Wed Sep 3 15:06:33 2003
    +++ drivers/acpi/pci_link.c Wed Sep 3 15:07:22 2003
    @@ -285,6 +285,8 @@ acpi_pci_link_try_get_current (
    {
    int result;

    + ACPI_FUNCTION_TRACE("acpi_pci_link_try_get_current");
    +
    result = acpi_pci_link_get_current(link);
    if (result && link->irq.active) {
    return_VALUE(result);
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2005-03-22 13:48    [W:3.043 / U:0.236 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site