]> git.karo-electronics.de Git - karo-tx-linux.git/commit
firewire: restore the device.h include in linux/firewire.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 1 Apr 2012 17:52:38 +0000 (13:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 2 Apr 2012 22:26:35 +0000 (18:26 -0400)
commit91ad789186996aff6c18fdde74155a0bf40d314d
tree3ce2514924f3cf7b05cff3474db0e1fdda569c12
parentd1199a33392568409ce0b4ec4bf661440da9993e
firewire: restore the device.h include in linux/firewire.h

Commit 313162d0b83836e2f57e51b9b8650fb4b9c396ea

    "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 creating 313162d
and 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>
include/linux/firewire.h