Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'pstore-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull pstore update from Kees Cook:
"Only a header cleanup this release; nice and quiet. :)

- clean up hardirq header usage (Yang Shi)"

* tag 'pstore-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
fs: pstore: remove unused hardirq.h

-1
-1
fs/pstore/platform.c
··· 41 41 #include <linux/timer.h> 42 42 #include <linux/slab.h> 43 43 #include <linux/uaccess.h> 44 - #include <linux/hardirq.h> 45 44 #include <linux/jiffies.h> 46 45 #include <linux/workqueue.h> 47 46