public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.9 emu10k1 circular dependency
@ 2001-08-21 10:09 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2001-08-21 10:09 UTC (permalink / raw)
  To: Juha Yrjölä; +Cc: linux-kernel

2.4.9 drivers/sound/emu10k1/passthrough.h includes hwaccess.h which
includes passthrough.h.  Since passthrough.h is only called from two
sources, both of which already include hwaccess.h, remove hwaccess.h
from passthrough.h and remove passthrough.h from the sources.

Index: 9.1/drivers/sound/emu10k1/audio.c
--- 9.1/drivers/sound/emu10k1/audio.c Tue, 21 Aug 2001 16:48:26 +1000 kaos (linux-2.4/M/b/33_audio.c 1.3.2.1.1.1.1.4 644)
+++ 9.1(w)/drivers/sound/emu10k1/audio.c Tue, 21 Aug 2001 20:07:15 +1000 kaos (linux-2.4/M/b/33_audio.c 1.3.2.1.1.1.1.4 644)
@@ -49,7 +49,6 @@
 #include "irqmgr.h"
 #include "audio.h"
 #include "8010.h"
-#include "passthrough.h"
 
 static void calculate_ofrag(struct woinst *);
 static void calculate_ifrag(struct wiinst *);
Index: 9.1/drivers/sound/emu10k1/passthrough.h
--- 9.1/drivers/sound/emu10k1/passthrough.h Mon, 13 Aug 2001 14:14:10 +1000 kaos (linux-2.4/Q/e/0_passthroug 1.1.1.1 644)
+++ 9.1(w)/drivers/sound/emu10k1/passthrough.h Tue, 21 Aug 2001 20:07:33 +1000 kaos (linux-2.4/Q/e/0_passthroug 1.1.1.1 644)
@@ -32,7 +32,6 @@
 #ifndef _PASSTHROUGH_H
 #define _PASSTHROUGH_H
 
-#include "hwaccess.h"
 #include "audio.h"
 
 /* number of 16-bit stereo samples in XTRAM buffer */
Index: 9.1/drivers/sound/emu10k1/passthrough.c
--- 9.1/drivers/sound/emu10k1/passthrough.c Sat, 11 Aug 2001 14:45:11 +1000 kaos (linux-2.4/Q/e/1_passthroug 1.1 644)
+++ 9.1(w)/drivers/sound/emu10k1/passthrough.c Tue, 21 Aug 2001 20:07:25 +1000 kaos (linux-2.4/Q/e/1_passthroug 1.1 644)
@@ -47,7 +47,6 @@
 #include "irqmgr.h"
 #include "audio.h"
 #include "8010.h"
-#include "passthrough.h"
 
 static void pt_putsamples(struct pt_data *pt, u16 *ptr, u16 left, u16 right)
 {


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

only message in thread, other threads:[~2001-08-21 10:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-21 10:09 2.4.9 emu10k1 circular dependency Keith Owens

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