Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752885AbbFFPuR (ORCPT ); Sat, 6 Jun 2015 11:50:17 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:34158 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751782AbbFFPuJ (ORCPT ); Sat, 6 Jun 2015 11:50:09 -0400 From: "Matwey V. Kornilov" To: gregkh@linuxfoundation.org Cc: pratheesh@ti.com, hjk@hansjkoch.de, linux-kernel@vger.kernel.org, "Matwey V. Kornilov" Subject: [PATCHv2 1/2] uio: pruss: Include Date: Sat, 6 Jun 2015 18:49:48 +0300 Message-Id: <1433605789-9536-1-git-send-email-matwey@sai.msu.ru> X-Mailer: git-send-email 2.1.4 In-Reply-To: <20150524185455.GA17693@kroah.com> References: <20150524185455.GA17693@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 30 uio_pruss references SZ_16K and SZ_256K defines, but linux/sizes.h is not included. Signed-off-by: Matwey V. Kornilov --- Changes from v1: - Add uio: pruss: Include patch to allow build on all architectures drivers/uio/uio_pruss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/uio/uio_pruss.c b/drivers/uio/uio_pruss.c index 818735b..ca9e2fa 100644 --- a/drivers/uio/uio_pruss.c +++ b/drivers/uio/uio_pruss.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include -- 2.1.4 -- 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/