diff options
Diffstat (limited to 'include/media/audiochip.h')
-rw-r--r-- | include/media/audiochip.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/media/audiochip.h b/include/media/audiochip.h index d3e9e30608d..cd831168fdc 100644 --- a/include/media/audiochip.h +++ b/include/media/audiochip.h @@ -1,3 +1,7 @@ +/* + * $Id: audiochip.h,v 1.5 2005/06/16 22:59:16 hhackmann Exp $ + */ + #ifndef AUDIOCHIP_H #define AUDIOCHIP_H @@ -31,5 +35,4 @@ /* misc stuff to pass around config info to i2c chips */ #define AUDC_CONFIG_PINNACLE _IOW('m',32,int) - #endif /* AUDIOCHIP_H */ |