From patchwork Fri Mar 25 15:13:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 662651 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2PFDnBk003471 for ; Fri, 25 Mar 2011 15:13:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751967Ab1CYPNp (ORCPT ); Fri, 25 Mar 2011 11:13:45 -0400 Received: from smtp.nokia.com ([147.243.128.26]:41986 "EHLO mgw-da02.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419Ab1CYPNo (ORCPT ); Fri, 25 Mar 2011 11:13:44 -0400 Received: from nokia.com (localhost [127.0.0.1]) by mgw-da02.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p2PFDefI019964; Fri, 25 Mar 2011 17:13:41 +0200 Received: from maxwell.research.nokia.com ([maxwell.research.nokia.com [172.21.50.162]]) by mgw-da02.nokia.com with ESMTP id p2PFDQc5019736 ; Fri, 25 Mar 2011 17:13:29 +0200 Received: from kaali.localdomain (kaali.localdomain [192.168.239.7]) by maxwell.research.nokia.com (Postfix) with ESMTPS id 9C9993861E9; Fri, 25 Mar 2011 17:13:25 +0200 (EET) Received: from sailus by kaali.localdomain with local (Exim 4.72) (envelope-from ) id 1Q38hZ-00023w-H4; Fri, 25 Mar 2011 17:13:25 +0200 From: Sakari Ailus To: linux-media@vger.kernel.org Cc: laurent.pinchart@ideasonboard.com, david.cohen@nokia.com, hiroshi.doyu@nokia.com Subject: [PATCH 3/4] omap2 iommu: Set module information in omap2_iommu_ops Date: Fri, 25 Mar 2011 17:13:24 +0200 Message-Id: <1301066005-7882-3-git-send-email-sakari.ailus@maxwell.research.nokia.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <4D8CB106.7030608@maxwell.research.nokia.com> References: <4D8CB106.7030608@maxwell.research.nokia.com> X-Nokia-AV: Clean Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 25 Mar 2011 15:13:49 +0000 (UTC) diff --git a/arch/arm/mach-omap2/iommu2.c b/arch/arm/mach-omap2/iommu2.c index 14ee686..cf0c32a 100644 --- a/arch/arm/mach-omap2/iommu2.c +++ b/arch/arm/mach-omap2/iommu2.c @@ -342,6 +342,8 @@ static const struct iommu_functions omap2_iommu_ops = { .save_ctx = omap2_iommu_save_ctx, .restore_ctx = omap2_iommu_restore_ctx, .dump_ctx = omap2_iommu_dump_ctx, + + .module = THIS_MODULE, }; static int __init omap2_iommu_init(void)