From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbcEPW75 (ORCPT ); Mon, 16 May 2016 18:59:57 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:50210 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751988AbcEPW74 (ORCPT ); Mon, 16 May 2016 18:59:56 -0400 Date: Mon, 16 May 2016 23:59:54 +0100 (BST) From: "Maciej W. Rozycki" To: Jean-Christophe Plagniol-Villard , Tomi Valkeinen cc: linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] DEC frame buffer modular driver cleanups Message-ID: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is a pair of small cleanups for `__init' annotation issues in PMAG-B and PMAGB-B frame buffer drivers discovered in a modular build, which is a seldom used, but supported configuration. Please apply; I think these are obvious enough to be fast-tracked to 4.7 right away. Maciej