[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080423095057.GU28933@cs181133002.pp.htv.fi>
Date: Wed, 23 Apr 2008 12:50:57 +0300
From: Adrian Bunk <bunk@...nel.org>
To: linux-serial@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Alan Cox <alan@...hat.com>
Subject: [2.6 patch] serial/8250_gsc.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Acked-by: Alan Cox <alan@...hat.com>
---
This patch has been sent on:
- 14 Apr 2008
c0d845566182db3fc650dcfa35700f84e82bbae7 diff --git a/drivers/serial/8250_gsc.c b/drivers/serial/8250_gsc.c
index 4eb7437..0416ad3 100644
--- a/drivers/serial/8250_gsc.c
+++ b/drivers/serial/8250_gsc.c
@@ -119,3 +119,5 @@ int __init probe_serial_gsc(void)
}
module_init(probe_serial_gsc);
+
+MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists