[REACTOS] Cleanup INIT and some PAGE section allocations
[reactos.git] / drivers / filesystems / fastfat / iface.c
index f4c6608..9b32942 100644 (file)
 #define NDEBUG
 #include <debug.h>
 
-#if defined(ALLOC_PRAGMA)
-#pragma alloc_text(INIT, DriverEntry)
-#endif
-
 /* GLOBALS *****************************************************************/
 
 PVFAT_GLOBAL_DATA VfatGlobalData;
@@ -48,7 +44,7 @@ PVFAT_GLOBAL_DATA VfatGlobalData;
  *           RegistryPath = path to our configuration entries
  * RETURNS: Success or failure
  */
-INIT_FUNCTION
+CODE_SEG("INIT")
 NTSTATUS
 NTAPI
 DriverEntry(