Re: [PATCH] net: mvpp2: cls: Add pmap to fs dump

From: David Miller
Date: Tue Jun 18 2019 - 22:39:04 EST


From: Nathan Huckleberry <nhuck@xxxxxxxxxx>
Date: Tue, 18 Jun 2019 09:09:10 -0700

> + ddebugfs_create_file("pmap", 0444, prs_entry_dir, entry,

drivers/net/ethernet/marvell/mvpp2/mvpp2_debugfs.c: In function ʽmvpp2_dbgfs_prs_entry_initʼ:
drivers/net/ethernet/marvell/mvpp2/mvpp2_debugfs.c:569:2: error: implicit declaration of function ʽddebugfs_create_fileʼ; did you mean ʽdebugfs_create_fileʼ? [-Werror=implicit-function-declaration]

This doesn't compile, did you build test this?