From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752246AbbJFC4G (ORCPT ); Mon, 5 Oct 2015 22:56:06 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:48190 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751906AbbJFC4D (ORCPT ); Mon, 5 Oct 2015 22:56:03 -0400 Message-ID: <1444100156.2956.9.camel@decadent.org.uk> Subject: [PATCH RT 4/4] work-simple: Add missing #include From: Ben Hutchings To: linux-kernel@vger.kernel.org Cc: stable-rt@vger.kernel.org Date: Tue, 06 Oct 2015 03:55:56 +0100 In-Reply-To: <1444099292.2956.4.camel@decadent.org.uk> References: <1444099292.2956.4.camel@decadent.org.uk> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-wWZEZ7zm5SALHL98vyZk" X-Mailer: Evolution 3.16.5-1 Mime-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.4.247 X-SA-Exim-Mail-From: ben@decadent.org.uk X-SA-Exim-Scanned: No (on shadbolt.decadent.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-wWZEZ7zm5SALHL98vyZk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable work-simple.c uses EXPORT_SYMBOL_GPL(), defined in . Signed-off-by: Ben Hutchings Cc: stable-rt@vger.kernel.org --- kernel/work-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/work-simple.c b/kernel/work-simple.c index c996f75..e57a052 100644 --- a/kernel/work-simple.c +++ b/kernel/work-simple.c @@ -10,6 +10,7 @@ #include #include #include +#include =20 #define SWORK_EVENT_PENDING (1 << 0) =20 --=20 Ben Hutchings All the simple programs have been written, and all the good names taken. --=-wWZEZ7zm5SALHL98vyZk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUAVhM4POe/yOyVhhEJAQpm9A/+Lpjy/zJP5PGD0FuQw+QnbNs1wvFT3GRS 53/FCCk5UeHYwt1qcJ5wDhhAuqvvo6Q68OapT24ZJvXs5bbEYZlzoJPqF7j/jipJ JDNh1HIlI1IIFLe5FxZfsbFIem0O5WAWKICFHZj3kiS68GcrYNYsGhz5rULPch27 Y7E2Aqqg/T4YbUsrmxoAMb2c8IWEpl22kZylnIsRjxZHkD78ClSiGGAiA03/jt6C w2PexILGjpJBait+61DjSe3AAoxRR0K1gCP9oyDNyX3RnKtJiuGgGbIgIvwQVEjp KD7rNUK5OWdC5gv2fhbHji1qiVkiVLKd0n5cq0URxCmE6Iterj8K148bvItobS8T E39GzKBaWj4zNHv8V9+IFKL6z/IIJM6lPUxhVeZswswC5kO5+yCSGkDrVb00YKyh UXX9+cL0do22GBFSB3R9JlhqQlZNL/xcMVDfTbumzBXm/Z6b2Njfx2pd3Ex2bQNx ZXDIwQUMHxgjFnWZE7o+FuVztLPROUhO/OYgV9qYDzHIfV5sZmKHbq5lL2Z7gbRH UHrB0Cn/HcvPdx/NcWE2EwH1NGvmm3+a3NEPtC13hsGteJ5z9OV+/eLRx2GNQQ1w ALpRZCN0ZEq+PlIhVsMBmJfGUuGVwKvY+aC0aoYHESBAd/BKaKX2sqLKPWgGnbOh 1zDLmNBFc8s= =lov/ -----END PGP SIGNATURE----- --=-wWZEZ7zm5SALHL98vyZk--