aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/if_fc.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 21:26:35 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:53:12 +0530
commitba7161387e82fbbdc4b49533aa1345bb7befda13 (patch)
tree643cde70c18f15be79fb6d76b8c1e0a2bbe61f89 /include/linux/if_fc.h
parent1759cb994c3ff51e69268379da1cdd96048a8268 (diff)
downloadkernel_samsung_smdk4412-ba7161387e82fbbdc4b49533aa1345bb7befda13.zip
kernel_samsung_smdk4412-ba7161387e82fbbdc4b49533aa1345bb7befda13.tar.gz
kernel_samsung_smdk4412-ba7161387e82fbbdc4b49533aa1345bb7befda13.tar.bz2
headers_check fix: linux/if_fc.h
fix the following 'make headers_check' warning: usr/include/linux/if_fc.h:37: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/if_fc.h')
-rw-r--r--include/linux/if_fc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_fc.h b/include/linux/if_fc.h
index 376a34e..6ed7f1b 100644
--- a/include/linux/if_fc.h
+++ b/include/linux/if_fc.h
@@ -20,6 +20,7 @@
#ifndef _LINUX_IF_FC_H
#define _LINUX_IF_FC_H
+#include <linux/types.h>
#define FC_ALEN 6 /* Octets in one ethernet addr */
#define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))