Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752839AbcJ2Ul2 (ORCPT ); Sat, 29 Oct 2016 16:41:28 -0400 Received: from mail.windriver.com ([147.11.1.11]:39557 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003AbcJ2Uj7 (ORCPT ); Sat, 29 Oct 2016 16:39:59 -0400 From: Paul Gortmaker To: , Greg Kroah-Hartman CC: Paul Gortmaker , Bas Vermeulen , Heiko Carstens , Steven Miao , Martin Schwidefsky , Matias Bjorling , Michael Holzheu , Subject: [PATCH 0/3] Add new builtin_misc_device users Date: Sat, 29 Oct 2016 16:38:40 -0400 Message-ID: <20161029203843.515-1-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.10.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1578 Lines: 42 The new macro builtin_misc_device doesn't currently exist anywhere other than Greg's char-misc tree. As such I was going to stagger the patches containing users of it by a merge window to avoid any dependency issues, but Greg offered to take the users in via the char-misc tree which also solves the dependency issue (assuming the blackfin and s390 people don't mind). So these three patches are the ones from my queue that use the new macro. Build tested for s390 and blackfin to ensure no typos or implicit include issues inadvertently crept in. We are simply replacing module_misc_device with the new builtin_misc_device in code that is always built in due to the Makefile/Kconfig settings controlling it. Along with that we get rid of any other modular related references that are inactive in the always non-modular case. Paul. --- Cc: Bas Vermeulen Cc: Heiko Carstens Cc: Steven Miao Cc: Martin Schwidefsky Cc: Matias Bjorling Cc: Michael Holzheu Cc: Greg Kroah-Hartman Cc: linux-s390@vger.kernel.org Paul Gortmaker (3): lightnvm: make core.c explicitly non-modular blackfin: make-bf561/coreb.c explicitly non-modular s390: char: make slp_ctl explicitly non-modular arch/blackfin/mach-bf561/coreb.c | 10 ++++------ drivers/lightnvm/core.c | 14 ++++++-------- drivers/s390/char/sclp_ctl.c | 4 ++-- 3 files changed, 12 insertions(+), 16 deletions(-) -- 2.10.1