Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759797AbYJMUMY (ORCPT ); Mon, 13 Oct 2008 16:12:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755137AbYJMUGQ (ORCPT ); Mon, 13 Oct 2008 16:06:16 -0400 Received: from wilson.telenet-ops.be ([195.130.132.42]:43157 "EHLO wilson.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753370AbYJMUFn (ORCPT ); Mon, 13 Oct 2008 16:05:43 -0400 Message-Id: <20081013195922.392078574@mail.of.borg> References: <20081013195846.674654386@mail.of.borg> User-Agent: quilt/0.46-1 Date: Mon, 13 Oct 2008 21:59:03 +0200 From: Geert Uytterhoeven To: Linus Torvalds Cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [patch 17/18] net/rfkill/rfkill-input.c needs Content-Disposition: inline; filename=net-rfkill-rfkill-input-c-needs-linux-sched-h.diff Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1209 Lines: 43 From: Geert Uytterhoeven For some m68k configs, I get: | net/rfkill/rfkill-input.c: In function 'rfkill_start': | net/rfkill/rfkill-input.c:208: error: dereferencing pointer to incomplete type As the incomplete type is `struct task_struct', including fixes it. Signed-off-by: Geert Uytterhoeven --- net/rfkill/rfkill-input.c | 1 + 1 file changed, 1 insertion(+) --- a/net/rfkill/rfkill-input.c +++ b/net/rfkill/rfkill-input.c @@ -16,6 +16,7 @@ #include #include #include +#include #include "rfkill-input.h" -- Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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/