]> 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)
commit70bdfe6fe0e13e7b8fdcb9647385ed22300535f0
treed8f241632882ee7de71bc1aed211ac9f220d9352
parent017265dc779506b210c95882fd1367fd0302b861
firewire: restore the device.h include in linux/firewire.h

Commit 8470412ce09e ("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 8470412 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