Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756343AbXIWGNj (ORCPT ); Sun, 23 Sep 2007 02:13:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752970AbXIWGNc (ORCPT ); Sun, 23 Sep 2007 02:13:32 -0400 Received: from [85.8.24.16] ([85.8.24.16]:58054 "EHLO smtp.drzeus.cx" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752909AbXIWGNb (ORCPT ); Sun, 23 Sep 2007 02:13:31 -0400 Date: Sun, 23 Sep 2007 08:14:08 +0200 From: Pierre Ossman To: rpurdie@rpsys.net, LKML Subject: [PATCH] leds: add missing header Message-ID: <20070923081408.312e02c3@poseidon.drzeus.cx> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.12.0; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 848 Lines: 30 rwlocks are used in the structures so make sure the right header is included. Signed-off-by: Pierre Ossman diff --git a/include/linux/leds.h b/include/linux/leds.h index 4211750..6518c32 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h @@ -13,6 +13,7 @@ #define __LINUX_LEDS_H_INCLUDED #include +#include struct device; /* -- -- Pierre Ossman Linux kernel, MMC maintainer http://www.kernel.org PulseAudio, core developer http://pulseaudio.org rdesktop, core developer http://www.rdesktop.org - 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/