Skip to content

Commit 5bee17f

Browse files
jkkmtorvalds
authored andcommitted
parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=y
CC drivers/parisc/sba_iommu.o drivers/parisc/sba_iommu.c:1373: error: expected identifier or '(' before '}' token make[2]: *** [drivers/parisc/sba_iommu.o] Error 1 make[1]: *** [drivers/parisc] Error 2 make: *** [drivers] Error 2 Don't know how this has gone missed for so long... clearly I need to do builds on my C8000 more often. Signed-off-by: Kyle McMartin <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent fbd8104 commit 5bee17f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/parisc/sba_iommu.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,9 +1367,7 @@ sba_ioc_init_pluto(struct parisc_device *sba, struct ioc *ioc, int ioc_num)
13671367
ioc->pdir_size /= 2;
13681368
ioc->pdir_base[PDIR_INDEX(iova_space_size/2)] = SBA_AGPGART_COOKIE;
13691369
}
1370-
}
13711370
#endif /*SBA_AGP_SUPPORT*/
1372-
13731371
}
13741372

13751373
static void

0 commit comments

Comments
 (0)