Re: swsusp: fix swsusp with intel-agp

From: Andrew Morton
Date: Fri May 21 2004 - 20:44:22 EST


Pavel Machek <pavel@xxxxxx> wrote:
>
> +#ifdef CONFIG_SOFTWARE_SUSPEND
> + {
> + extern char swsusp_pg_dir[PAGE_SIZE];
> + memcpy(swsusp_pg_dir, swapper_pg_dir, PAGE_SIZE);
> + }
> +#endif

Please move the declaration of swsusp_pg_dir[] to a header file where it is
visible to both the users and the definition site, then resend. Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/