mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH?] Fix undefined mem_map in sound/core/memalloc.c
@ 2003-04-12 22:30 Måns Rullgård
  0 siblings, 0 replies; only message in thread
From: Måns Rullgård @ 2003-04-12 22:30 UTC (permalink / raw)
  To: linux-kernel


This fixes "mem_map undefined" errors in sound/core/memalloc.c (and
others).  I'm not sure it's the right way to do it, but it works for
playing sound.

--- include/sound/memalloc.h~	Mon Apr  7 19:30:38 2003
+++ include/sound/memalloc.h	Sat Apr 12 19:16:07 2003
@@ -25,6 +25,7 @@
 #define __SOUND_MEMALLOC_H
 
 #include <linux/pci.h>
+#include <linux/mm.h>
 #ifdef CONFIG_SBUS
 #include <asm/sbus.h>
 #endif


-- 
Måns Rullgård
mru@users.sf.net

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

only message in thread, other threads:[~2003-04-12 22:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-12 22:30 [PATCH?] Fix undefined mem_map in sound/core/memalloc.c Måns Rullgård

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®