X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FFilesystems%2FFAT%2Ffat.c;h=d063c874edbc9769622e2fde5f0f48888df3ba34;hb=bd8dc898108f10c0498f4dc5d0164a50b5ff2e5c;hp=f41b9ea0f20f2b32b27b3063c44e4d91f1f1038e;hpb=c3d486ba13c6cd12558d4c0cf01d3fd93e797d64;p=tpg%2Facess2.git diff --git a/Modules/Filesystems/FAT/fat.c b/Modules/Filesystems/FAT/fat.c index f41b9ea0..d063c874 100644 --- a/Modules/Filesystems/FAT/fat.c +++ b/Modules/Filesystems/FAT/fat.c @@ -1117,12 +1117,3 @@ void FAT_CloseFile(tVFS_Node *Node) #endif return ; } - -/** - * \fn void fat_install() - * \brief Add the FAT Filesystem to the VFS - */ -void fat_install() -{ - VFS_AddDriver( &gFAT_FSInfo ); -}