From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934474AbdK2RYM (ORCPT ); Wed, 29 Nov 2017 12:24:12 -0500 Received: from devianza.investici.org ([198.167.222.108]:56208 "EHLO devianza.investici.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934459AbdK2RYK (ORCPT ); Wed, 29 Nov 2017 12:24:10 -0500 X-Greylist: delayed 1508 seconds by postgrey-1.27 at vger.kernel.org; Wed, 29 Nov 2017 12:24:10 EST Date: Wed, 29 Nov 2017 14:58:53 -0200 From: Victor Carvalho To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] staging: pi433: fix include asm/compat.h to linux/compat.h Message-ID: <20171129165848.GA5794@linuz-ub.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org staging: pi433: fix include asm/compat.h to linux/compat.h Signed-off-by: Victor Carvalho --- drivers/staging/pi433/pi433_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c index 3404cb9722c9..763104760650 100644 --- a/drivers/staging/pi433/pi433_if.c +++ b/drivers/staging/pi433/pi433_if.c @@ -48,7 +48,7 @@ #include #include #ifdef CONFIG_COMPAT -#include +#include #endif #include "pi433_if.h" -- 2.14.3