linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Christoph Hellwig <hch@lst.de>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: [2.5 patch] remove all #include <blk.h>'s
Date: Sat, 10 May 2003 18:30:43 +0200	[thread overview]
Message-ID: <20030510163043.GJ1107@fs.tum.de> (raw)

The attached patch (gzipped due to 100 kB linux-kernel limit) removes 
all #include <blk.h>'s for 2.5 and blk.h does now #error. If people 
want their drivers to run unmodified under 2.4 it might be necessary to 
do a
  #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,70)
  #include <linux/blk.h>
  #endif

I've tested the compilation in 2.5.69-bk4 with a .config that tries to
compile as much drivers as possible.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


             reply	other threads:[~2003-05-10 16:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-10 16:30 Adrian Bunk [this message]
2003-05-10 16:57 ` [2.5 patch] remove all #include <blk.h>'s Adrian Bunk
2003-05-11 13:57 ` Jens Axboe
2003-05-11 14:45   ` Adrian Bunk
2003-05-11 14:47     ` Jens Axboe
2003-05-27 22:06 Adrian Bunk
2003-07-03 23:22 Adrian Bunk
2003-07-15 15:34 Adrian Bunk
2003-07-15 19:39 ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030510163043.GJ1107@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).