All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] move a bit more old stuff into alsa-driver
@ 2003-05-24 22:46 Jeff Muizelaar
  0 siblings, 0 replies; only message in thread
From: Jeff Muizelaar @ 2003-05-24 22:46 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai

[-- Attachment #1: Type: text/plain, Size: 127 bytes --]

The attached patches move snd_info_entry_inode_operations out of 
alsa-kernel/core/info.c into alsa-driver/acore/info.c

-Jeff

[-- Attachment #2: info-cleanup-driver.diff --]
[-- Type: text/plain, Size: 588 bytes --]

Index: acore/info.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/acore/info.c,v
retrieving revision 1.3
diff -u -r1.3 info.c
--- acore/info.c	14 May 2003 15:31:48 -0000	1.3
+++ acore/info.c	24 May 2003 22:40:47 -0000
@@ -88,6 +88,12 @@
 		proc_unregister(parent, de->low_ino);
 	}
 }
+
+static struct inode_operations snd_info_entry_inode_operations =
+{
+	        &snd_info_entry_operations,     /* default sound info directory file-ops */
+};
+
 #endif /* LINUX_VERSION_CODE < 2.4.0 */
 
 #include "../alsa-kernel/core/info.c"

[-- Attachment #3: info-cleanup-kernel.diff --]
[-- Type: text/plain, Size: 622 bytes --]

Index: core/info.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/info.c,v
retrieving revision 1.36
diff -u -r1.36 info.c
--- core/info.c	14 May 2003 15:30:58 -0000	1.36
+++ core/info.c	24 May 2003 22:42:09 -0000
@@ -508,13 +508,6 @@
 	.release =	snd_info_entry_release,
 };
 
-#ifdef LINUX_2_2
-static struct inode_operations snd_info_entry_inode_operations =
-{
-	&snd_info_entry_operations,	/* default sound info directory file-ops */
-};
-#endif	/* LINUX_2_2 */
-
 /**
  * snd_create_proc_entry - create a procfs entry
  * @name: the name of the proc file

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-24 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-24 22:46 [PATCH] move a bit more old stuff into alsa-driver Jeff Muizelaar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.