linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch: Parallel Port IDE Driver, kernel: 2.6.0-test3
@ 2003-08-12 13:49 Leonardo Eloy
  0 siblings, 0 replies; only message in thread
From: Leonardo Eloy @ 2003-08-12 13:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: tim, torvalds

[-- Attachment #1: Type: TEXT/PLAIN, Size: 611 bytes --]

	Parallel Port IDE driver compilation error - driver/block/paride/pd.c
	In 2.4 the function blk_init_queue() in drivers/block/ll_rw_blk.c, received the request_queue_t and the 
request_fn_proc pointers and returned nothing (void). The 2.6 kernel updated this function so it can receive the 
request_fn_proc and spinlock_t, returning the request_queue_t pointer.
	The driver hasn't implemented the new function yet, that's what the patch does.


Leonardo Eloy <leonardoeloy@unimedfortaleza.com.br>
- driver/block/paride/pd.c: fixed blk_init_queue() call and the pd_queue variable


(patch follows as attachment)

[-- Attachment #2: Type: APPLICATION/x-gzip, Size: 675 bytes --]

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

only message in thread, other threads:[~2003-08-12 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-12 13:49 patch: Parallel Port IDE Driver, kernel: 2.6.0-test3 Leonardo Eloy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).