Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753092AbbBYLr7 (ORCPT ); Wed, 25 Feb 2015 06:47:59 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:23972 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753078AbbBYLr5 (ORCPT ); Wed, 25 Feb 2015 06:47:57 -0500 From: Ezequiel Garcia To: Thierry Reding , Stephen Warren , Arnd Bergmann , Maxime Ripard , Andrew Bresticker , James Hartley CC: , , Ezequiel Garcia , Thierry Reding , Alexandre Courbot Subject: [PATCH 1/7] soc: tegra: Add missing include linux/types.h Date: Wed, 25 Feb 2015 08:45:13 -0300 Message-ID: <1424864719-3390-2-git-send-email-ezequiel.garcia@imgtec.com> X-Mailer: git-send-email 2.3.0 In-Reply-To: <1424864719-3390-1-git-send-email-ezequiel.garcia@imgtec.com> References: <1424864719-3390-1-git-send-email-ezequiel.garcia@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.222] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 32 The soc/tegra/fuse.h header makes use of kernel-specific types (u32, u8) and therefore it needs a linux/types.h include. Cc: Thierry Reding Cc: Stephen Warren Cc: Alexandre Courbot Signed-off-by: Ezequiel Garcia --- include/soc/tegra/fuse.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index b5f7b5f..8459008 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -28,6 +28,8 @@ #ifndef __ASSEMBLY__ +#include + u32 tegra_read_chipid(void); u8 tegra_get_chip_id(void); -- 2.3.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/