Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752448AbbFBVrU (ORCPT ); Tue, 2 Jun 2015 17:47:20 -0400 Received: from lb2-smtp-cloud6.xs4all.net ([194.109.24.28]:37167 "EHLO lb2-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbbFBVrM (ORCPT ); Tue, 2 Jun 2015 17:47:12 -0400 Message-ID: <1433281628.2361.93.camel@x220> Subject: Re: [PATCH 3/4] mips: make loongsoon serial driver explicitly modular From: Paul Bolle To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Ralf Baechle , linux-mips@linux-mips.org Date: Tue, 02 Jun 2015 23:47:08 +0200 In-Reply-To: <1433276168-21550-4-git-send-email-paul.gortmaker@windriver.com> References: <1433276168-21550-1-git-send-email-paul.gortmaker@windriver.com> <1433276168-21550-4-git-send-email-paul.gortmaker@windriver.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 464 Lines: 18 On Tue, 2015-06-02 at 16:16 -0400, Paul Gortmaker wrote: > +static void __init serial_exit(void) s/__init/__exit/ > +{ > + 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/