Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1156974

Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular

From Paul Gortmaker <paul.gortmaker@windriver.com>
Newsgroups linux.kernel
Subject Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular
Date 2015-06-03 00:50 +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>
Organization linux.* mail to news gateway

Show all headers | 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


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