awe_version.h cleanup

Vladimir Volovich (vvv@vvv.vsu.ru)
27 Dec 1997 14:56:47 +0300


Hi,

Please, apply the folowing patch.

--- drivers/sound/lowlevel/awe_version.h.orig Thu Dec 25 18:04:27 1997
+++ drivers/sound/lowlevel/awe_version.h Sat Dec 27 14:53:29 1997
@@ -10,15 +10,3 @@
#define AWE_TINY_VERSION(id) ((id) & 0xff)

#endif
-/* AWE32 driver version number */
-
-#ifndef AWE_VERSION_H_DEF
-#define AWE_VERSION_H_DEF
-
-#define AWE_VERSION_NUMBER 0x00040202
-#define AWEDRV_VERSION "0.4.2b"
-#define AWE_MAJOR_VERSION(id) (((id) >> 16) & 0xff)
-#define AWE_MINOR_VERSION(id) (((id) >> 8) & 0xff)
-#define AWE_TINY_VERSION(id) ((id) & 0xff)
-
-#endif

Best regards, -- Vladimir.

-- 
What I want is all of the power and none of the responsibility.