Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1193091 > unrolled thread
| Started by | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| First post | 2015-07-27 15:40 +0200 |
| Last post | 2015-07-28 11:20 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 4/5] iTCO_wdt: fixup for the header Matt Fleming <matt@codeblueprint.co.uk> - 2015-07-27 15:40 +0200
Re: [PATCH 4/5] iTCO_wdt: fixup for the header Guenter Roeck <linux@roeck-us.net> - 2015-07-27 16:20 +0200
Re: [PATCH 4/5] iTCO_wdt: fixup for the header Matt Fleming <matt@codeblueprint.co.uk> - 2015-07-28 11:20 +0200
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Date | 2015-07-27 15:40 +0200 |
| Subject | [PATCH 4/5] iTCO_wdt: fixup for the header |
| Message-ID | <pQQNk-3iH-9@gated-at.bofh.it> |
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Prevent nested inclusion of the header. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Matt Fleming <matt.fleming@intel.com> --- include/linux/platform_data/iTCO_wdt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/platform_data/iTCO_wdt.h b/include/linux/platform_data/iTCO_wdt.h index ce53c2b01f6d..0d4f0e87594f 100644 --- a/include/linux/platform_data/iTCO_wdt.h +++ b/include/linux/platform_data/iTCO_wdt.h @@ -3,6 +3,7 @@ */ #ifndef _ITCO_WDT_H_ +#define _ITCO_WDT_H_ /* Watchdog resources */ #define ICH_RES_IO_TCO 0 -- 2.1.0 -- 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/
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2015-07-27 16:20 +0200 |
| Message-ID | <pQRq3-4iB-41@gated-at.bofh.it> |
| In reply to | #1193091 |
On 07/27/2015 06:38 AM, Matt Fleming wrote: > From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > > Prevent nested inclusion of the header. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > Cc: Wim Van Sebroeck <wim@iguana.be> > Signed-off-by: Matt Fleming <matt.fleming@intel.com> Should be merged into patch 1. Guenter > --- > include/linux/platform_data/iTCO_wdt.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/platform_data/iTCO_wdt.h b/include/linux/platform_data/iTCO_wdt.h > index ce53c2b01f6d..0d4f0e87594f 100644 > --- a/include/linux/platform_data/iTCO_wdt.h > +++ b/include/linux/platform_data/iTCO_wdt.h > @@ -3,6 +3,7 @@ > */ > > #ifndef _ITCO_WDT_H_ > +#define _ITCO_WDT_H_ > > /* Watchdog resources */ > #define ICH_RES_IO_TCO 0 > -- 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/
[toc] | [prev] | [next] | [standalone]
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Date | 2015-07-28 11:20 +0200 |
| Message-ID | <pR9dg-4Rk-3@gated-at.bofh.it> |
| In reply to | #1193169 |
On Mon, 27 Jul, at 07:13:31AM, Guenter Roeck wrote: > On 07/27/2015 06:38 AM, Matt Fleming wrote: > >From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > > > >Prevent nested inclusion of the header. > > > >Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > >Cc: Wim Van Sebroeck <wim@iguana.be> > >Signed-off-by: Matt Fleming <matt.fleming@intel.com> > > Should be merged into patch 1. OK, will do. -- Matt Fleming, Intel Open Source Technology Center -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web