]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: restore the device.h include in linux/firewire.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 1 Apr 2012 20:38:45 +0000 (16:38 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Apr 2012 21:41:27 +0000 (14:41 -0700)
commitf456976d7249da2817b6b732a90b97a6f81565b6
treed8f241632882ee7de71bc1aed211ac9f220d9352
parentaefa3ad56d83630091c613ad21db6a9c6e8c926f
firewire: restore the device.h include in linux/firewire.h

Commit 658fd735a482 ("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 658fd73 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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/firewire.h