Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753552AbbG0NjF (ORCPT ); Mon, 27 Jul 2015 09:39:05 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:35173 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753336AbbG0Ni2 (ORCPT ); Mon, 27 Jul 2015 09:38:28 -0400 From: Matt Fleming To: 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: [PATCH 4/5] iTCO_wdt: fixup for the header Date: Mon, 27 Jul 2015 14:38:11 +0100 Message-Id: <1438004292-16382-5-git-send-email-matt@codeblueprint.co.uk> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1438004292-16382-1-git-send-email-matt@codeblueprint.co.uk> References: <1438004292-16382-1-git-send-email-matt@codeblueprint.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 31 From: Andy Shevchenko Prevent nested inclusion of the header. Signed-off-by: Andy Shevchenko Cc: Wim Van Sebroeck Signed-off-by: Matt Fleming --- 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/