aboutsummaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-10-07 11:08:58 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2015-10-07 11:08:58 +1100
commit047177523ef3563383aae3d34022f3458707d10d (patch)
tree51ce0f4e006658bc3445abf68345b1e80a49024c /include/uapi
parent4fc3ddbf68a5fdca72f2140f2a047fc1fcd2429b (diff)
parenteb042ec35956de2684de2a05a814cd15efe570ca (diff)
Merge remote-tracking branch 'l2-mtd/master'
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/blkpg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/blkpg.h b/include/uapi/linux/blkpg.h
index a8519446c111..63739a035085 100644
--- a/include/uapi/linux/blkpg.h
+++ b/include/uapi/linux/blkpg.h
@@ -1,5 +1,5 @@
-#ifndef _LINUX_BLKPG_H
-#define _LINUX_BLKPG_H
+#ifndef _UAPI__LINUX_BLKPG_H
+#define _UAPI__LINUX_BLKPG_H
/*
* Partition table and disk geometry handling
@@ -56,4 +56,4 @@ struct blkpg_partition {
char volname[BLKPG_VOLNAMELTH]; /* volume label */
};
-#endif /* _LINUX_BLKPG_H */
+#endif /* _UAPI__LINUX_BLKPG_H */