Skip to content

Commit

Permalink
m68k{nommu}: fixups after the header move
Browse files Browse the repository at this point in the history
swab.h seems to have been missed during the header merge.
Add conditionals similar to byteorder.h and remove the
now unnecessary byteorder_no/mm.h

Signed-off-by: Harvey Harrison <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
hharrison authored and torvalds committed Jan 26, 2009
1 parent ac3d266 commit 6aeea60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
11 changes: 6 additions & 5 deletions 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 arch/m68k/include/asm/byteorder_mm.h

This file was deleted.

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

This file was deleted.

5 changes: 5 additions & 0 deletions 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 6aeea60

Please sign in to comment.