mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 18:42:53 +00:00
firewire: restore the device.h include in linux/firewire.h
Commit313162d0b8("device.h: audit and cleanup users in main include dir") exchanged an include <linux/device.h> for a struct *device but in actuality I misread this file when creating313162dand it should have remained an include. There were no build regressions since all consumers were already getting device.h anyway, but make it right regardless. Reported-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9a78da114c
commit
f68c56b7d2
@ -2,6 +2,7 @@
|
|||||||
#define _LINUX_FIREWIRE_H
|
#define _LINUX_FIREWIRE_H
|
||||||
|
|
||||||
#include <linux/completion.h>
|
#include <linux/completion.h>
|
||||||
|
#include <linux/device.h>
|
||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/kref.h>
|
#include <linux/kref.h>
|
||||||
@ -64,8 +65,6 @@
|
|||||||
#define CSR_MODEL 0x17
|
#define CSR_MODEL 0x17
|
||||||
#define CSR_DIRECTORY_ID 0x20
|
#define CSR_DIRECTORY_ID 0x20
|
||||||
|
|
||||||
struct device;
|
|
||||||
|
|
||||||
struct fw_csr_iterator {
|
struct fw_csr_iterator {
|
||||||
const u32 *p;
|
const u32 *p;
|
||||||
const u32 *end;
|
const u32 *end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user