diff options
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 0917b4175..65c11ec79 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -1185,7 +1185,7 @@ static const char BuffType[] ALIGN1 = | |||
1185 | "unknown""\0" "1Sect""\0" "DualPort""\0" "DualPortCache" | 1185 | "unknown""\0" "1Sect""\0" "DualPort""\0" "DualPortCache" |
1186 | ; | 1186 | ; |
1187 | 1187 | ||
1188 | static void dump_identity(const struct hd_driveid *id) | 1188 | static NOINLINE void dump_identity(const struct hd_driveid *id) |
1189 | { | 1189 | { |
1190 | int i; | 1190 | int i; |
1191 | const unsigned short *id_regs = (const void*) id; | 1191 | const unsigned short *id_regs = (const void*) id; |