From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Lin Subject: [PATCH] ASoC: Delete ads117x.h Date: Wed, 12 Oct 2011 06:57:25 +0800 Message-ID: <1318373845.6115.1.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qw0-f51.google.com (mail-qw0-f51.google.com [209.85.216.51]) by alsa0.perex.cz (Postfix) with ESMTP id BAC6424141 for ; Wed, 12 Oct 2011 00:57:36 +0200 (CEST) Received: by qap1 with SMTP id 1so103926qap.38 for ; Tue, 11 Oct 2011 15:57:35 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: linux-kernel@vger.kernel.org Cc: alsa-devel@alsa-project.org, Mark@alsa-project.org, Brown , Graeme Gregory , Liam Girdwood List-Id: alsa-devel@alsa-project.org This is not required after multi-component patch. Signed-off-by: Axel Lin --- sound/soc/codecs/ads117x.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) delete mode 100644 sound/soc/codecs/ads117x.h diff --git a/sound/soc/codecs/ads117x.h b/sound/soc/codecs/ads117x.h deleted file mode 100644 index 3ce0286..0000000 --- a/sound/soc/codecs/ads117x.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * ads117x.h -- Driver for ads1174/8 ADC chips - * - * Copyright 2009 ShotSpotter Inc. - * Author: Graeme Gregory - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - */ -extern struct snd_soc_dai_driver ads117x_dai; -extern struct snd_soc_codec_driver soc_codec_dev_ads117x; -- 1.7.4.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751710Ab1JKW5h (ORCPT ); Tue, 11 Oct 2011 18:57:37 -0400 Received: from mail-qy0-f174.google.com ([209.85.216.174]:59168 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751491Ab1JKW5g (ORCPT ); Tue, 11 Oct 2011 18:57:36 -0400 Subject: [PATCH] ASoC: Delete ads117x.h From: Axel Lin To: linux-kernel@vger.kernel.org Cc: Graeme Gregory , Liam Girdwood , Mark Brown , alsa-devel@alsa-project.org Content-Type: text/plain; charset="UTF-8" Date: Wed, 12 Oct 2011 06:57:25 +0800 Message-ID: <1318373845.6115.1.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is not required after multi-component patch. Signed-off-by: Axel Lin --- sound/soc/codecs/ads117x.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) delete mode 100644 sound/soc/codecs/ads117x.h diff --git a/sound/soc/codecs/ads117x.h b/sound/soc/codecs/ads117x.h deleted file mode 100644 index 3ce0286..0000000 --- a/sound/soc/codecs/ads117x.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * ads117x.h -- Driver for ads1174/8 ADC chips - * - * Copyright 2009 ShotSpotter Inc. - * Author: Graeme Gregory - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - */ -extern struct snd_soc_dai_driver ads117x_dai; -extern struct snd_soc_codec_driver soc_codec_dev_ads117x; -- 1.7.4.1