diff options
author | Joe Perches <joe@perches.com> | 2011-06-03 11:28:46 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 14:02:57 +0200 |
commit | 1d273b929cad7b1ee95d5c15ac806b3abc764278 (patch) | |
tree | 53e1b3103a9d3c486211d63af428f5debb90f6c7 /include | |
parent | net: Convert vmalloc/memset to vzalloc (diff) | |
download | linux-1d273b929cad7b1ee95d5c15ac806b3abc764278.tar.xz linux-1d273b929cad7b1ee95d5c15ac806b3abc764278.zip |
drbd: Use angle brackets for system includes
Use the normal include style.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/drbd_tag_magic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/drbd_tag_magic.h b/include/linux/drbd_tag_magic.h index 069543190516..81f52f2c5724 100644 --- a/include/linux/drbd_tag_magic.h +++ b/include/linux/drbd_tag_magic.h @@ -28,7 +28,7 @@ enum packet_types { #define NL_STRING(pn, pr, member, len) \ unsigned char member[len]; int member ## _len; \ int tag_and_len ## member; -#include "linux/drbd_nl.h" +#include <linux/drbd_nl.h> /* declare tag-list-sizes */ static const int tag_list_sizes[] = { |