bviously M68KPlatform makes more sense here :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26040 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-06-20 01:40:58 +00:00
parent 5ef3587ee7
commit 7d5d19dfab
@@ -27,7 +27,7 @@
status_t
pci_controller_init(void)
{
switch (PPCPlatform::Default()->PlatformType()) {
switch (M68KPlatform::Default()->PlatformType()) {
/* case M68K_PLATFORM_AMIGA:
return m68k_amiga_pci_controller_init();
break;