From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Hauer Subject: Re: [PATCH] soc: mediatek: Fix SCPSYS compilation Date: Thu, 30 Jul 2015 08:28:29 +0200 Message-ID: <20150730062829.GL18700@pengutronix.de> References: <1438192988-17115-1-git-send-email-matthias.bgg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1438192988-17115-1-git-send-email-matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Matthias Brugger Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-mediatek@lists.infradead.org On Wed, Jul 29, 2015 at 08:03:08PM +0200, Matthias Brugger wrote: > SCPSYS driver misses the module.h include which makes it fail > when compiling with allmodconf. > > This patch fixes this. > > Signed-off-by: Matthias Brugger Acked-by: Sascha Hauer Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Thu, 30 Jul 2015 08:28:29 +0200 Subject: [PATCH] soc: mediatek: Fix SCPSYS compilation In-Reply-To: <1438192988-17115-1-git-send-email-matthias.bgg@gmail.com> References: <1438192988-17115-1-git-send-email-matthias.bgg@gmail.com> Message-ID: <20150730062829.GL18700@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jul 29, 2015 at 08:03:08PM +0200, Matthias Brugger wrote: > SCPSYS driver misses the module.h include which makes it fail > when compiling with allmodconf. > > This patch fixes this. > > Signed-off-by: Matthias Brugger Acked-by: Sascha Hauer Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752948AbbG3G25 (ORCPT ); Thu, 30 Jul 2015 02:28:57 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:54441 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750741AbbG3G25 (ORCPT ); Thu, 30 Jul 2015 02:28:57 -0400 Date: Thu, 30 Jul 2015 08:28:29 +0200 From: Sascha Hauer To: Matthias Brugger Cc: djkurtz@chromium.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] soc: mediatek: Fix SCPSYS compilation Message-ID: <20150730062829.GL18700@pengutronix.de> References: <1438192988-17115-1-git-send-email-matthias.bgg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438192988-17115-1-git-send-email-matthias.bgg@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 08:28:15 up 35 days, 49 min, 83 users, load average: 0.14, 0.22, 0.22 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 29, 2015 at 08:03:08PM +0200, Matthias Brugger wrote: > SCPSYS driver misses the module.h include which makes it fail > when compiling with allmodconf. > > This patch fixes this. > > Signed-off-by: Matthias Brugger Acked-by: Sascha Hauer Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |