Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755201AbbHJGYe (ORCPT ); Mon, 10 Aug 2015 02:24:34 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:33973 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755164AbbHJGYb (ORCPT ); Mon, 10 Aug 2015 02:24:31 -0400 From: Mike Rapoport To: Greg Kroah-Hartman Cc: Brian Swetland , linux-kernel@vger.kernel.org, Mike Rapoport Subject: [PATCH 0/6] staging: android: allow building some drivers as a module Date: Mon, 10 Aug 2015 09:24:15 +0300 Message-Id: <1439187861-3864-1-git-send-email-mike.rapoport@gmail.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 947 Lines: 26 Hi, These patches enable building of timed_gpio, sync* and ashmem as a module Mike Rapoport (6): staging: android: allow building timed_gpio as a module staging: android: sync_debug.c: add include for linux/module.h staging: android: combine sync.o and sync_debug.o into sync-core.o staging: android: allow building sync and sw_sync as a module mm: export shmem_zero_setup for modules staging: android: allow building ashmem as a module drivers/staging/android/Kconfig | 8 ++++---- drivers/staging/android/Makefile | 4 +++- drivers/staging/android/sync_debug.c | 1 + mm/shmem.c | 1 + 4 files changed, 9 insertions(+), 5 deletions(-) -- 1.8.3.1 -- 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/