From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:51866 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752187AbbG0ONg (ORCPT ); Mon, 27 Jul 2015 10:13:36 -0400 Message-ID: <55B63C8B.80100@roeck-us.net> Date: Mon, 27 Jul 2015 07:13:31 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Matt Fleming , Wim Van Sebroeck CC: linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, Mika Westerberg , Andy Shevchenko , Jean Delvare , Wolfram Sang , Matt Fleming Subject: Re: [PATCH 4/5] iTCO_wdt: fixup for the header References: <1438004292-16382-1-git-send-email-matt@codeblueprint.co.uk> <1438004292-16382-5-git-send-email-matt@codeblueprint.co.uk> In-Reply-To: <1438004292-16382-5-git-send-email-matt@codeblueprint.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 07/27/2015 06:38 AM, Matt Fleming wrote: > From: Andy Shevchenko > > Prevent nested inclusion of the header. > > Signed-off-by: Andy Shevchenko > Cc: Wim Van Sebroeck > Signed-off-by: Matt Fleming 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 >