Skip to content

Commit

Permalink
nvme: include <linux/types.ĥ> in <linux/nvme.h>
Browse files Browse the repository at this point in the history
The buildbot complains about this even if it doesn't generate
a a build warning.  But it's an easy fix, so here we go:

Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Oct 9, 2015
1 parent 57dacad commit 2812dfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#ifndef _LINUX_NVME_H
#define _LINUX_NVME_H

#include <linux/types.h>

struct nvme_bar {
__u64 cap; /* Controller Capabilities */
__u32 vs; /* Version */
Expand Down

0 comments on commit 2812dfe

Please sign in to comment.