Skip to content

Commit

Permalink
misc: mic: Add include of <linux/irqreturn.h>
Browse files Browse the repository at this point in the history
We currently include <linux/irqreturn.h> in <linux/pci.h>, but I'm about to
remove that from linux/pci.h, so add explicit includes where needed.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Sudeep Dutt <sudeep.dutt@intel.com>
  • Loading branch information
Bjorn Helgaas committed Feb 18, 2014
1 parent 38dbfb5 commit 7ef3691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/misc/mic/card/mic_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <linux/workqueue.h>
#include <linux/io.h>
#include <linux/irqreturn.h>

/**
* struct mic_intr_info - Contains h/w specific interrupt sources info
Expand Down
1 change: 1 addition & 0 deletions drivers/misc/mic/host/mic_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/cdev.h>
#include <linux/idr.h>
#include <linux/notifier.h>
#include <linux/irqreturn.h>

#include "mic_intr.h"

Expand Down

0 comments on commit 7ef3691

Please sign in to comment.