From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751324AbdAQQUm (ORCPT ); Tue, 17 Jan 2017 11:20:42 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:51093 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751051AbdAQQUh (ORCPT ); Tue, 17 Jan 2017 11:20:37 -0500 From: Keerthy To: CC: , , , , , Subject: [PATCH V3 2/5] gpio: davinci: Remove unwanted blank line Date: Tue, 17 Jan 2017 21:49:12 +0530 Message-ID: <1484669955-5349-3-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1484669955-5349-1-git-send-email-j-keerthy@ti.com> References: <1484669955-5349-1-git-send-email-j-keerthy@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove redundant blank line. Signed-off-by: Keerthy Reviewed-by: Grygorii Strashko --- include/linux/platform_data/gpio-davinci.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/platform_data/gpio-davinci.h b/include/linux/platform_data/gpio-davinci.h index 44ca530..18127c4 100644 --- a/include/linux/platform_data/gpio-davinci.h +++ b/include/linux/platform_data/gpio-davinci.h @@ -26,7 +26,6 @@ struct davinci_gpio_platform_data { u32 gpio_unbanked; }; - struct davinci_gpio_controller { struct gpio_chip chip; struct irq_domain *irq_domain; -- 1.9.1