From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756807Ab3HGA4T (ORCPT ); Tue, 6 Aug 2013 20:56:19 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:33065 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756651Ab3HGA4Q (ORCPT ); Tue, 6 Aug 2013 20:56:16 -0400 Message-ID: <1375836970.4861.2.camel@phoenix> Subject: [PATCH] regulator: fan53555: Prevent multiple include of fan53555.h From: Axel Lin To: Mark Brown Cc: Yunfan Zhang , Liam Girdwood , linux-kernel@vger.kernel.org Date: Wed, 07 Aug 2013 08:56:10 +0800 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add define for __FAN53555_H__ to prevent multiple include of the header file. Signed-off-by: Axel Lin --- include/linux/regulator/fan53555.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/regulator/fan53555.h b/include/linux/regulator/fan53555.h index 5c45c85..f13880e 100644 --- a/include/linux/regulator/fan53555.h +++ b/include/linux/regulator/fan53555.h @@ -11,6 +11,7 @@ */ #ifndef __FAN53555_H__ +#define __FAN53555_H__ /* VSEL ID */ enum { -- 1.8.1.2