linux/drivers/nvdimm/of_pmem.c

// SPDX-License-Identifier: GPL-2.0+

#define pr_fmt(fmt)

#include <linux/of.h>
#include <linux/libnvdimm.h>
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/platform_device.h>
#include <linux/slab.h>

struct of_pmem_private {};

static int of_pmem_region_probe(struct platform_device *pdev)
{}

static void of_pmem_region_remove(struct platform_device *pdev)
{}

static const struct of_device_id of_pmem_region_match[] =;

static struct platform_driver of_pmem_region_driver =;

module_platform_driver();
MODULE_DEVICE_TABLE(of, of_pmem_region_match);
MODULE_DESCRIPTION();
MODULE_LICENSE();
MODULE_AUTHOR();