Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126875
b: refs/heads/master
c: 991c0e6
h: refs/heads/master
i:
  126873: 029ff2b
  126871: b7636c0
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Jan 7, 2009
1 parent 2c3499d commit c004d85
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 389 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c89a9f5a42811aa5b2f258e32750c0109f570fc1
refs/heads/master: 991c0e6d1ae3df59f0ddfe05edecec8319e35a1b
2 changes: 0 additions & 2 deletions trunk/include/linux/byteorder/Kbuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
unifdef-y += big_endian.h
unifdef-y += little_endian.h
unifdef-y += swab.h
unifdef-y += swabb.h
3 changes: 1 addition & 2 deletions trunk/include/linux/byteorder/big_endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
#endif

#include <linux/types.h>
#include <linux/byteorder/swab.h>
#include <linux/byteorder/swabb.h>
#include <linux/swab.h>

#define __constant_htonl(x) ((__force __be32)(__u32)(x))
#define __constant_ntohl(x) ((__force __u32)(__be32)(x))
Expand Down
3 changes: 1 addition & 2 deletions trunk/include/linux/byteorder/little_endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
#endif

#include <linux/types.h>
#include <linux/byteorder/swab.h>
#include <linux/byteorder/swabb.h>
#include <linux/swab.h>

#define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
#define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
Expand Down
222 changes: 0 additions & 222 deletions trunk/include/linux/byteorder/swab.h

This file was deleted.

135 changes: 0 additions & 135 deletions trunk/include/linux/byteorder/swabb.h

This file was deleted.

Loading

0 comments on commit c004d85

Please sign in to comment.