public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle•com>
To: Stephen Rothwell <sfr@canb•auug.org.au>, gregkh@suse•de
Cc: devel@driverdev•osuosl.org, linux-next@vger•kernel.org,
	LKML <linux-kernel@vger•kernel.org>
Subject: Re: linux-next: Tree for June 22 (staging/spectra)
Date: Tue, 22 Jun 2010 08:59:03 -0700	[thread overview]
Message-ID: <20100622085903.4232617d.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20100622083032.8abe1605.randy.dunlap@oracle.com>

On Tue, 22 Jun 2010 08:30:32 -0700 Randy Dunlap wrote:

> On Tue, 22 Jun 2010 16:05:18 +1000 Stephen Rothwell wrote:
> 
> > Hi all,
> > 
> > Changes since 20100621:
> > 
> > My fixes tree contains:
> >       v4l-dvb: update gfp/slab.h includes
> >       arm: update gfp/slab.h includes
> >       davinci: update gfp/slab.h includes
> >       ocfs2: update gfp/slab.h includes
> >       acpi: update gfp/slab.h includes
> 
> 
> drivers/staging/spectra/ffsport.c:307: error: implicit declaration of function 'blk_fs_request'
> 
> Where is this function??

The macro was deleted from include/linux/blkdev.h.  Just change that line to

-	if (!blk_fs_request(req))
+	if (req->cmd_type != REQ_TYPE_FS)


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

  reply	other threads:[~2010-06-22 15:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-22  6:05 linux-next: Tree for June 22 Stephen Rothwell
2010-06-22  7:53 ` Geert Uytterhoeven
2010-06-22 10:22   ` Stephen Rothwell
2010-06-22 15:30 ` linux-next: Tree for June 22 (staging/spectra) Randy Dunlap
2010-06-22 15:59   ` Randy Dunlap [this message]
2010-06-22 20:42     ` Greg KH
2010-06-22 16:03 ` [PATCH -next] block/xd.c: fix brace typo Randy Dunlap
2010-06-22 17:24   ` Jens Axboe

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=20100622085903.4232617d.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle$(echo .)com \
    --cc=devel@driverdev$(echo .)osuosl.org \
    --cc=gregkh@suse$(echo .)de \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=sfr@canb$(echo .)auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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