Skip to content
Commit fc87af74 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

infiniband: Fix up users implicitly relying on getting stat.h



They get it via module.h (via device.h) but we want to clean that up.
When we do, we'll get things like:

  CC [M]  drivers/infiniband/core/sysfs.o
  sysfs.c:361: error: 'S_IRUGO' undeclared here (not in a function)
  sysfs.c:654: error: 'S_IWUSR' undeclared here (not in a function)

so add in the stat header it is using explicitly in advance.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 355b200b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment