2002-11-20 21:07:44

by George France

[permalink] [raw]
Subject: [Patch] 2.5.48 Trivial to ../asm-alpha/suspend.h

Fix compilation failure.

Best Regards,


--George

--- linux/include/asm-alpha/suspend.h.orig Wed Dec 31 19:00:00 1969
+++ linux/include/asm-alpha/suspend.h Wed Nov 20 03:55:57 2002
@@ -0,0 +1,4 @@
+#ifdef _ASMALPHA_SUSPEND_H
+#define _ASMALPHA_SUSPEND_H
+
+#endif


2002-11-20 22:24:24

by Thorsten Kranzkowski

[permalink] [raw]
Subject: Re: [Patch] 2.5.48 Trivial to ../asm-alpha/suspend.h

On Wed, Nov 20, 2002 at 04:14:33PM -0500, George France wrote:
> Fix compilation failure.
>
> Best Regards,
>
>
> --George
>
> --- linux/include/asm-alpha/suspend.h.orig Wed Dec 31 19:00:00 1969
> +++ linux/include/asm-alpha/suspend.h Wed Nov 20 03:55:57 2002
> @@ -0,0 +1,4 @@
> +#ifdef _ASMALPHA_SUSPEND_H

#ifndef I suppose?

> +#define _ASMALPHA_SUSPEND_H
> +
> +#endif
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

Thorsten

--
| Thorsten Kranzkowski Internet: [email protected] |
| Mobile: ++49 170 1876134 Snail: Niemannsweg 30, 49201 Dissen, Germany |
| Ampr: dl8bcu@db0lj.#rpl.deu.eu, [email protected] [44.130.8.19] |

2002-11-20 22:44:29

by George France

[permalink] [raw]
Subject: Re: [Patch] 2.5.48 Trivial to ../asm-alpha/suspend.h

On Wednesday 20 November 2002 17:30, Thorsten Kranzkowski wrote:
> On Wed, Nov 20, 2002 at 04:14:33PM -0500, George France wrote:
> > Fix compilation failure.
> >
> > Best Regards,
> >
> >
> > --George
> >
> > --- linux/include/asm-alpha/suspend.h.orig Wed Dec 31 19:00:00 1969
> > +++ linux/include/asm-alpha/suspend.h Wed Nov 20 03:55:57 2002
> > @@ -0,0 +1,4 @@
> > +#ifdef _ASMALPHA_SUSPEND_H
>
> #ifndef I suppose?

At this time it doesn't matter, it is just a dummy include, that I cut and pasted from
../asm-arm/suspend.h. #ifndef makes more sense. I should have probably
looked more closely at the code and also probably inserted a "/* dummy include */"
line in between #define and #endif.

Thank you for paying attention.

Best Regards,


--George