···3131#include <linux/init.h>3232#include <linux/types.h>33333434-#include <linux/mtd/compatmac.h> /* for min() in older kernels */3534#include <linux/mtd/mtd.h>3635#include <linux/mtd/doc2000.h>3736
-1
drivers/mtd/devices/docprobe.c
···4949#include <linux/mtd/mtd.h>5050#include <linux/mtd/nand.h>5151#include <linux/mtd/doc2000.h>5252-#include <linux/mtd/compatmac.h>53525453/* Where to look for the devices? */5554#ifndef CONFIG_MTD_DOCPROBE_ADDRESS
···3434#include <linux/mtd/mtd.h>3535#include <linux/mtd/nftl.h>3636#include <linux/mtd/inftl.h>3737-#include <linux/mtd/compatmac.h>38373938/*4039 * find_boot_record: Find the INFTL Media Header and its Spare copy which
···1515#include <linux/slab.h>1616#include <linux/mtd/mtd.h>1717#include <linux/mtd/onenand.h>1818-#include <linux/mtd/compatmac.h>19182019/**2120 * check_short_pattern - [GENERIC] check if a pattern is in the buffer
-1
fs/jffs2/nodelist.h
···2424#ifdef __ECOS2525#include "os-ecos.h"2626#else2727-#include <linux/mtd/compatmac.h> /* For compatibility with older kernels */2827#include "os-linux.h"2928#endif3029
-10
include/linux/mtd/compatmac.h
···11-22-#ifndef __LINUX_MTD_COMPATMAC_H__33-#define __LINUX_MTD_COMPATMAC_H__44-55-/* Nothing to see here. We write 2.5-compatible code and this66- file makes it all OK in older kernels, but it's empty in _current_77- kernels. Include guard just to make GCC ignore it in future inclusions88- anyway... */99-1010-#endif /* __LINUX_MTD_COMPATMAC_H__ */