K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2016-08-09T21:45:47.011826Z K 7 svn:log V 358 sys/pcpu.h: Revert change introduced in r303890 `device_t` is not defined outside the kernel but this header is used by eg. libkvm or vmstat(8). Thus, r303890 broke the build. So let's restore `struct device` here until a longer term solution is found. Reported by: Michael Butler , Jenkins MFC after: 3 days MFC with: r303890 END