diff options
author | James Morris <jmorris@macbook.(none)> | 2009-12-03 09:33:40 +0300 |
---|---|---|
committer | James Morris <jmorris@macbook.(none)> | 2009-12-03 09:33:40 +0300 |
commit | c84d6efd363a3948eb32ec40d46bab6338580454 (patch) | |
tree | 3ba7ac46e6626fe8ac843834588609eb6ccee5c6 /include/linux/virtio_rng.h | |
parent | 7539cf4b92be4aecc573ea962135f246a7a33401 (diff) | |
parent | 22763c5cf3690a681551162c15d34d935308c8d7 (diff) | |
download | linux-c84d6efd363a3948eb32ec40d46bab6338580454.tar.xz |
Merge branch 'master' into next
Diffstat (limited to 'include/linux/virtio_rng.h')
-rw-r--r-- | include/linux/virtio_rng.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/virtio_rng.h b/include/linux/virtio_rng.h index 48121c3c434b..c4d5de896f0c 100644 --- a/include/linux/virtio_rng.h +++ b/include/linux/virtio_rng.h @@ -2,6 +2,7 @@ #define _LINUX_VIRTIO_RNG_H /* This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. */ +#include <linux/virtio_ids.h> #include <linux/virtio_config.h> #endif /* _LINUX_VIRTIO_RNG_H */ |