From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ns.pmeerw.net ([87.118.82.44]:40474 "EHLO pmeerw.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752442Ab2FLMkY (ORCPT ); Tue, 12 Jun 2012 08:40:24 -0400 From: Peter Meerwald To: Greg Kroah-Hartman Cc: linux-iio@vger.kernel.org, Peter Meerwald Subject: [PATCH] iio: drop comment about 'real' channels Date: Tue, 12 Jun 2012 14:39:37 +0200 Message-Id: <1339504777-25507-1-git-send-email-pmeerw@pmeerw.net> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org From: Peter Meerwald Signed-off-by: Peter Meerwald Acked-by: Jonathan Cameron --- include/linux/iio/types.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h index 1b073b1..d086736 100644 --- a/include/linux/iio/types.h +++ b/include/linux/iio/types.h @@ -11,7 +11,6 @@ #define _IIO_TYPES_H_ enum iio_chan_type { - /* real channel types */ IIO_VOLTAGE, IIO_CURRENT, IIO_POWER, -- 1.7.5.4