From patchwork Thu Jul 26 15:44:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Jones X-Patchwork-Id: 1243401 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id B1708E00A7 for ; Thu, 26 Jul 2012 15:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752720Ab2GZPsw (ORCPT ); Thu, 26 Jul 2012 11:48:52 -0400 Received: from mail1.matrix-vision.com ([78.47.19.71]:39824 "EHLO mail1.matrix-vision.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448Ab2GZPsv (ORCPT ); Thu, 26 Jul 2012 11:48:51 -0400 X-Greylist: delayed 405 seconds by postgrey-1.27 at vger.kernel.org; Thu, 26 Jul 2012 11:48:51 EDT Received: from mail1.matrix-vision.com (localhost [127.0.0.1]) by mail1.matrix-vision.com (Postfix) with ESMTP id 0ABE472258 for ; Thu, 26 Jul 2012 17:42:05 +0200 (CEST) Received: from erinome (g2.matrix-vision.com [80.152.136.245]) by mail1.matrix-vision.com (Postfix) with ESMTPA id D670B721BF for ; Thu, 26 Jul 2012 17:42:04 +0200 (CEST) Received: from erinome (localhost [127.0.0.1]) by erinome (Postfix) with ESMTP id 526206F8A for ; Thu, 26 Jul 2012 17:42:04 +0200 (CEST) Received: by erinome (Postfix, from userid 108) id 439486F9C; Thu, 26 Jul 2012 17:42:04 +0200 (CEST) Received: from ap437-joe.intern.matrix-vision.de (host65-86.intern.matrix-vision.de [192.168.65.86]) by erinome (Postfix) with ESMTPA id 26EA86F8A for ; Thu, 26 Jul 2012 17:42:04 +0200 (CEST) From: Michael Jones To: linux-omap@vger.kernel.org Subject: [PATCH] omap2: mux: remove comment for nonexistent member Date: Thu, 26 Jul 2012 17:44:44 +0200 Message-Id: <1343317484-23228-1-git-send-email-michael.jones@matrix-vision.de> X-Mailer: git-send-email 1.7.4.1 X-MV-Disclaimer: true (erinome) X-AV-Checked: ClamAV using ClamSMTP (erinome) X-AV-Checked: ClamAV using ClamSMTP (mail1) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Signed-off-by: Michael Jones --- arch/arm/mach-omap2/mux.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index 471e62a..76f9b3c 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h @@ -127,7 +127,6 @@ struct omap_mux_partition { * @gpio: GPIO number * @muxnames: available signal modes for a ball * @balls: available balls on the package - * @partition: mux partition */ struct omap_mux { u16 reg_offset;