projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbbe121
)
[PATCH] Fix compile error for ML300/403
author
Grant Likely
<grant.likely@secretlab.ca>
Fri, 10 Mar 2006 06:36:40 +0000
(23:36 -0700)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 17 Mar 2006 02:28:03 +0000
(13:28 +1100)
Needed due to changes in ppc_sys.c.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/platforms/4xx/virtex.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc/platforms/4xx/virtex.h
b/arch/ppc/platforms/4xx/virtex.h
index 1a01b81cff11b6f458fe815562d3e50384f248a4..c14325dfd7b1fe2eda759d91f90f43bca4806220 100644
(file)
--- a/
arch/ppc/platforms/4xx/virtex.h
+++ b/
arch/ppc/platforms/4xx/virtex.h
@@
-27,7
+27,7
@@
/* Device type enumeration for platform bus definitions */
#ifndef __ASSEMBLY__
enum ppc_sys_devices {
- VIRTEX_UART,
+ VIRTEX_UART,
NUM_PPC_SYS_DEVS,
};
#endif