Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1156974
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Paul Gortmaker <paul.gortmaker@windriver.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular |
| Date | Wed, 03 Jun 2015 00:50:01 +0200 |
| Message-ID | <px3ap-6Sy-3@gated-at.bofh.it> (permalink) |
| References | <px0Pf-3yy-3@gated-at.bofh.it> <px0Ph-3yy-25@gated-at.bofh.it> <px2el-5ul-3@gated-at.bofh.it> |
| X-Original-To | Paul Bolle <pebolle@tiscali.nl> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="us-ascii" |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 26 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | <linux-kernel@vger.kernel.org>, Ralf Baechle <ralf@linux-mips.org>, <linux-mips@linux-mips.org> |
| X-Original-Date | Tue, 2 Jun 2015 18:43:04 -0400 |
| X-Original-Message-ID | <20150602224304.GH29898@windriver.com> |
| X-Original-References | <1433276168-21550-1-git-send-email-paul.gortmaker@windriver.com> <1433276168-21550-4-git-send-email-paul.gortmaker@windriver.com> <1433281628.2361.93.camel@x220> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1156974 |
Show key headers only | View raw
[Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular] On 02/06/2015 (Tue 23:47) Paul Bolle wrote:
> On Tue, 2015-06-02 at 16:16 -0400, Paul Gortmaker wrote:
> > +static void __init serial_exit(void)
>
> s/__init/__exit/
Argh, yes thanks for spotting that copy-n-waste error. Will fix.
Paul.
--
>
> > +{
> > + platform_device_unregister(&uart8250_device);
> > +}
> > +module_exit(serial_exit);
>
>
> Paul Bolle
>
--
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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular Paul Gortmaker <paul.gortmaker@windriver.com> - 2015-06-03 00:50 +0200
csiph-web