From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756241Ab2DXB7V (ORCPT ); Mon, 23 Apr 2012 21:59:21 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:52927 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755080Ab2DXB7U (ORCPT ); Mon, 23 Apr 2012 21:59:20 -0400 Date: Mon, 23 Apr 2012 18:59:16 -0700 From: Gerard Snitselaar To: ldewangan@nvidia.com, sameo@linux.intel.com Cc: linux-kernel@vger.kernel.org Subject: mfd/tps65910: section mismatch for tps65910_sleepinit() Message-ID: <20120424015916.GC2321@cantor.Home> Reply-To: Gerard Snitselaar Mail-Followup-To: ldewangan@nvidia.com, sameo@linux.intel.com, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While looking into another problem I noticed a section mismatch with tps65910_i2c_probe() calling tps65910_sleepinit() which is annotated __init. Should tps65910_i2c_probe() be annotated __init as well?