Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / hmt.c
1 int sa1100_mtd_init(void)
2 {
3 #ifdef CONFIG_SA1100_FRODO
4 if (machine_is_frodo()) {
5 }
6 #ifdef CONFIG_SA1100_GRAPHICSCLIENT
7 if (machine_is_graphicsclient()) {
8 }
9 #endif
10 }