Skip to content

Commit

Permalink
xen/blkback: Add the prefix XEN in the common.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Konrad Rzeszutek Wilk committed May 12, 2011
1 parent 3d81473 commit 5a577e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/block/xen-blkback/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* IN THE SOFTWARE.
*/

#ifndef __BLKIF__BACKEND__COMMON_H__
#define __BLKIF__BACKEND__COMMON_H__
#ifndef __XEN_BLKIF__BACKEND__COMMON_H__
#define __XEN_BLKIF__BACKEND__COMMON_H__

#include <linux/version.h>
#include <linux/module.h>
Expand Down Expand Up @@ -230,4 +230,4 @@ static inline void blkif_get_x86_64_req(struct blkif_request *dst,
dst->u.rw.seg[i] = src->seg[i];
}

#endif /* __BLKIF__BACKEND__COMMON_H__ */
#endif /* __XEN_BLKIF__BACKEND__COMMON_H__ */

0 comments on commit 5a577e3

Please sign in to comment.