From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757281Ab2ENQb7 (ORCPT ); Mon, 14 May 2012 12:31:59 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:50705 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752334Ab2ENQb6 (ORCPT ); Mon, 14 May 2012 12:31:58 -0400 Date: Mon, 14 May 2012 09:31:54 -0700 From: Greg KH To: Reinhard Tartler Cc: Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, vamos-dev@lists.cs.fau.de Subject: Re: [PATCH] usb: musb: cppi: add missing include to fix compilation Message-ID: <20120514163154.GA17555@kroah.com> References: <1337011520-15286-1-git-send-email-tartler@cs.fau.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1337011520-15286-1-git-send-email-tartler@cs.fau.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 14, 2012 at 06:05:20PM +0200, Reinhard Tartler wrote: > This fixes compilation as module. > > Signed-off-by: Reinhard Tartler > --- > drivers/usb/musb/cppi_dma.c | 1 + > 1 file changed, 1 insertion(+) > > This patch was found by tools developed in the VAMOS project: > http://www4.cs.fau.de/Research/VAMOS/ Does that mean that no one actually can hit this in "real life"? Or is there a valid .config that this solves a problem for? If so, is it also needed for the 3.4/3.3-stable tree and older ones? thanks, greg k-h