From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: drivers/video/msm: update to new kernel Date: Tue, 3 Nov 2009 16:17:33 -0800 Message-ID: <20091103161733.970b885f.akpm@linux-foundation.org> References: <20091022085639.GA30548@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091022085639.GA30548@elf.ucw.cz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Pavel Machek Cc: Brian Swetland , Arve Hj?nnev?g , linux-fbdev-devel@lists.sourceforge.net, kernel list , linux-arm-kernel On Thu, 22 Oct 2009 10:56:39 +0200 Pavel Machek wrote: > TASK_INTERRUPTIBLE and friends are now only available after including > , so include it when needed. > > bus_id is no longer available/neccessary, so remove that. > > Android pmem driver is not available in mainline, so remove its hooks > from drivers/video. > What is the impact of these changes? #2 looks like it's a build fix. #3 looks like it isn't a build fix. #1 is a mystery. From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org (Andrew Morton) Date: Tue, 3 Nov 2009 16:17:33 -0800 Subject: drivers/video/msm: update to new kernel In-Reply-To: <20091022085639.GA30548@elf.ucw.cz> References: <20091022085639.GA30548@elf.ucw.cz> Message-ID: <20091103161733.970b885f.akpm@linux-foundation.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 22 Oct 2009 10:56:39 +0200 Pavel Machek wrote: > TASK_INTERRUPTIBLE and friends are now only available after including > , so include it when needed. > > bus_id is no longer available/neccessary, so remove that. > > Android pmem driver is not available in mainline, so remove its hooks > from drivers/video. > What is the impact of these changes? #2 looks like it's a build fix. #3 looks like it isn't a build fix. #1 is a mystery. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751864AbZKDAVQ (ORCPT ); Tue, 3 Nov 2009 19:21:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751073AbZKDAVQ (ORCPT ); Tue, 3 Nov 2009 19:21:16 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:49269 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750751AbZKDAVP (ORCPT ); Tue, 3 Nov 2009 19:21:15 -0500 Date: Tue, 3 Nov 2009 16:17:33 -0800 From: Andrew Morton To: Pavel Machek Cc: linux-fbdev-devel@lists.sourceforge.net, kernel list , linux-arm-kernel , Arve Hj?nnev?g , Brian Swetland Subject: Re: drivers/video/msm: update to new kernel Message-Id: <20091103161733.970b885f.akpm@linux-foundation.org> In-Reply-To: <20091022085639.GA30548@elf.ucw.cz> References: <20091022085639.GA30548@elf.ucw.cz> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 Oct 2009 10:56:39 +0200 Pavel Machek wrote: > TASK_INTERRUPTIBLE and friends are now only available after including > , so include it when needed. > > bus_id is no longer available/neccessary, so remove that. > > Android pmem driver is not available in mainline, so remove its hooks > from drivers/video. > What is the impact of these changes? #2 looks like it's a build fix. #3 looks like it isn't a build fix. #1 is a mystery.