Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130092
b: refs/heads/master
c: 6aeea60
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Jan 26, 2009
1 parent 0dff31b commit ee78d78
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 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: ac3d266bf1bbbdd7efb6bd6760f2ee29e43bb132
refs/heads/master: 6aeea60aee945449c93d9aa70638deeb5c4c5439
11 changes: 6 additions & 5 deletions trunk/arch/m68k/include/asm/byteorder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifdef __uClinux__
#include "byteorder_no.h"
#else
#include "byteorder_mm.h"
#endif
#ifndef _M68K_BYTEORDER_H
#define _M68K_BYTEORDER_H

#include <linux/byteorder/big_endian.h>

#endif /* _M68K_BYTEORDER_H */
6 changes: 0 additions & 6 deletions trunk/arch/m68k/include/asm/byteorder_mm.h

This file was deleted.

6 changes: 0 additions & 6 deletions trunk/arch/m68k/include/asm/byteorder_no.h

This file was deleted.

5 changes: 5 additions & 0 deletions trunk/arch/m68k/include/asm/swab.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#ifdef __uClinux__
#include "swab_no.h"
#else
#include "swab_mm.h"
#endif

0 comments on commit ee78d78

Please sign in to comment.