Skip to content

Commit

Permalink
rt2x00: remove KSEG1ADDR define from rt2x00soc.h
Browse files Browse the repository at this point in the history
Remove the KSEG1ADDR define from rt2x00soc.h as it redefines and covers the
correct one from the arch/mips/include/asm/addrspace.h. Otherwise the driver
oopses on the target platform (Ralink rt3050 board).

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Mar 10, 2010
1 parent 42d3804 commit e5a9a35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/rt2x00/rt2x00soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#ifndef RT2X00SOC_H
#define RT2X00SOC_H

#define KSEG1ADDR(__ptr) __ptr

/*
* SoC driver handlers.
*/
Expand Down

0 comments on commit e5a9a35

Please sign in to comment.